1
- import { Props } from './types' ;
2
1
import { VNavigationDrawer } from 'vuetify/components' ;
2
+ import { Props } from './types' ;
3
3
declare function __VLS_template ( ) : {
4
4
slots : {
5
5
handle ?( _ : { } ) : any ;
@@ -20,9 +20,9 @@ declare function __VLS_template(): {
20
20
tag : string ;
21
21
sticky : boolean ;
22
22
modelValue : boolean | null ;
23
- scrim : string | boolean ;
24
23
tile : boolean ;
25
24
floating : boolean ;
25
+ scrim : string | boolean ;
26
26
touchless : boolean ;
27
27
disableResizeWatcher : boolean ;
28
28
disableRouteWatcher : boolean ;
@@ -86,9 +86,9 @@ declare function __VLS_template(): {
86
86
tag: string ;
87
87
sticky: boolean ;
88
88
modelValue: boolean | null ;
89
- scrim: string | boolean ;
90
89
tile: boolean ;
91
90
floating: boolean ;
91
+ scrim: string | boolean ;
92
92
touchless: boolean ;
93
93
disableResizeWatcher: boolean ;
94
94
disableRouteWatcher: boolean ;
@@ -148,9 +148,9 @@ declare function __VLS_template(): {
148
148
sticky: boolean ;
149
149
modelValue: boolean | null ;
150
150
rounded: string | number | boolean ;
151
- scrim: string | boolean ;
152
151
tile: boolean ;
153
152
floating: boolean ;
153
+ scrim: string | boolean ;
154
154
touchless: boolean ;
155
155
disableResizeWatcher: boolean ;
156
156
disableRouteWatcher: boolean ;
@@ -184,9 +184,9 @@ declare function __VLS_template(): {
184
184
tag: string ;
185
185
sticky: boolean ;
186
186
modelValue: boolean | null ;
187
- scrim: string | boolean ;
188
187
tile: boolean ;
189
188
floating: boolean ;
189
+ scrim: string | boolean ;
190
190
touchless: boolean ;
191
191
disableResizeWatcher: boolean ;
192
192
disableRouteWatcher: boolean ;
@@ -248,9 +248,9 @@ declare function __VLS_template(): {
248
248
sticky: boolean ;
249
249
modelValue: boolean | null ;
250
250
rounded: string | number | boolean ;
251
- scrim: string | boolean ;
252
251
tile: boolean ;
253
252
floating: boolean ;
253
+ scrim: string | boolean ;
254
254
touchless: boolean ;
255
255
disableResizeWatcher: boolean ;
256
256
disableRouteWatcher: boolean ;
@@ -290,10 +290,11 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {},
290
290
"onHandle:touchstart" ?: ( ( ...args : any [ ] ) => any ) | undefined ;
291
291
"onUpdate:modelValue" ?: ( ( ...args : any [ ] ) => any ) | undefined ;
292
292
} > , {
293
+ location : "bottom" | "end" | "start" | "left" | "right" | "top" ;
294
+ absolute : VNavigationDrawer [ "absolute" ] ;
293
295
theme : string ;
294
296
tag : VNavigationDrawer [ "tag" ] ;
295
297
name : string ;
296
- absolute : VNavigationDrawer [ "absolute" ] ;
297
298
expandOnHover : VNavigationDrawer [ "expandOnHover" ] ;
298
299
floating : VNavigationDrawer [ "floating" ] ;
299
300
modelValue : VNavigationDrawer [ "modelValue" ] ;
@@ -303,13 +304,13 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {},
303
304
temporary : VNavigationDrawer [ "temporary" ] ;
304
305
touchless : boolean ;
305
306
width : VNavigationDrawer [ "width" ] ;
306
- location : "bottom" | "top" | "start" | "end" | "left" | "right" ;
307
+ handlePosition : import ( './types' ) . HandlePositions ;
308
+ handleIconSize : import ( 'vuetify/lib/components/index.mjs' ) . VIcon [ "size" ] ;
309
+ handleIcon : string ;
307
310
saveWidth : boolean ;
308
311
saveHeight : boolean ;
309
312
storageName : string ;
310
313
storageType : import ( './types' ) . StorageType ;
311
- handlePosition : import ( './types' ) . HandlePositions ;
312
- handleIconSize : import ( 'vuetify/lib/components/index.mjs' ) . VIcon [ "size" ] ;
313
314
handleColor : string ;
314
315
height : string | number ;
315
316
maxWidth : VNavigationDrawer [ "width" ] ;
@@ -318,7 +319,6 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {},
318
319
maxHeight : string | number ;
319
320
minHeight : string | number ;
320
321
handleBorderWidth : number | string ;
321
- handleIcon : string ;
322
322
resizable : boolean ;
323
323
widthSnapBack : boolean ;
324
324
} , { } , { } , { } , string , import ( 'vue' ) . ComponentProvideOptions , false , { } , any > ;
0 commit comments