We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
maxWidth
1 parent 335f5ae commit d92a7fdCopy full SHA for d92a7fd
src/components/mapControls/OlScalelineControl.vue
@@ -11,6 +11,7 @@ const props = withDefaults(
11
defineProps<{
12
className?: string;
13
minWidth?: number;
14
+ maxWidth?:number;
15
render?: (...args: unknown[]) => unknown;
16
target?: HTMLElement;
17
units?: string;
0 commit comments