1- import  {  Props  }  from  './types' ; 
21import  {  VNavigationDrawer  }  from  'vuetify/components' ; 
2+ import  {  Props  }  from  './types' ; 
33declare  function  __VLS_template ( ) : { 
44    slots : { 
55        handle ?( _ : { } ) : any ; 
@@ -20,9 +20,9 @@ declare function __VLS_template(): {
2020            tag : string ; 
2121            sticky : boolean ; 
2222            modelValue : boolean  |  null ; 
23-             scrim : string  |  boolean ; 
2423            tile : boolean ; 
2524            floating : boolean ; 
25+             scrim : string  |  boolean ; 
2626            touchless : boolean ; 
2727            disableResizeWatcher : boolean ; 
2828            disableRouteWatcher : boolean ; 
@@ -86,9 +86,9 @@ declare function __VLS_template(): {
8686            tag: string ; 
8787            sticky: boolean ; 
8888            modelValue: boolean  |  null ; 
89-             scrim: string  |  boolean ; 
9089            tile: boolean ; 
9190            floating: boolean ; 
91+             scrim: string  |  boolean ; 
9292            touchless: boolean ; 
9393            disableResizeWatcher: boolean ; 
9494            disableRouteWatcher: boolean ; 
@@ -148,9 +148,9 @@ declare function __VLS_template(): {
148148            sticky: boolean ; 
149149            modelValue: boolean  |  null ; 
150150            rounded: string  |  number  |  boolean ; 
151-             scrim: string  |  boolean ; 
152151            tile: boolean ; 
153152            floating: boolean ; 
153+             scrim: string  |  boolean ; 
154154            touchless: boolean ; 
155155            disableResizeWatcher: boolean ; 
156156            disableRouteWatcher: boolean ; 
@@ -184,9 +184,9 @@ declare function __VLS_template(): {
184184            tag: string ; 
185185            sticky: boolean ; 
186186            modelValue: boolean  |  null ; 
187-             scrim: string  |  boolean ; 
188187            tile: boolean ; 
189188            floating: boolean ; 
189+             scrim: string  |  boolean ; 
190190            touchless: boolean ; 
191191            disableResizeWatcher: boolean ; 
192192            disableRouteWatcher: boolean ; 
@@ -248,9 +248,9 @@ declare function __VLS_template(): {
248248            sticky: boolean ; 
249249            modelValue: boolean  |  null ; 
250250            rounded: string  |  number  |  boolean ; 
251-             scrim: string  |  boolean ; 
252251            tile: boolean ; 
253252            floating: boolean ; 
253+             scrim: string  |  boolean ; 
254254            touchless: boolean ; 
255255            disableResizeWatcher: boolean ; 
256256            disableRouteWatcher: boolean ; 
@@ -290,10 +290,11 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {},
290290    "onHandle:touchstart" ?: ( ( ...args : any [ ] )  =>  any )  |  undefined ; 
291291    "onUpdate:modelValue" ?: ( ( ...args : any [ ] )  =>  any )  |  undefined ; 
292292} > ,  { 
293+     location : "bottom"  |  "end"  |  "start"  |  "left"  |  "right"  |  "top" ; 
294+     absolute : VNavigationDrawer [ "absolute" ] ; 
293295    theme : string ; 
294296    tag : VNavigationDrawer [ "tag" ] ; 
295297    name : string ; 
296-     absolute : VNavigationDrawer [ "absolute" ] ; 
297298    expandOnHover : VNavigationDrawer [ "expandOnHover" ] ; 
298299    floating : VNavigationDrawer [ "floating" ] ; 
299300    modelValue : VNavigationDrawer [ "modelValue" ] ; 
@@ -303,13 +304,13 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {},
303304    temporary : VNavigationDrawer [ "temporary" ] ; 
304305    touchless : boolean ; 
305306    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 ; 
307310    saveWidth : boolean ; 
308311    saveHeight : boolean ; 
309312    storageName : string ; 
310313    storageType : import ( './types' ) . StorageType ; 
311-     handlePosition : import ( './types' ) . HandlePositions ; 
312-     handleIconSize : import ( 'vuetify/lib/components/index.mjs' ) . VIcon [ "size" ] ; 
313314    handleColor : string ; 
314315    height : string  |  number ; 
315316    maxWidth : VNavigationDrawer [ "width" ] ; 
@@ -318,7 +319,6 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {},
318319    maxHeight : string  |  number ; 
319320    minHeight : string  |  number ; 
320321    handleBorderWidth : number  |  string ; 
321-     handleIcon : string ; 
322322    resizable : boolean ; 
323323    widthSnapBack : boolean ; 
324324} ,  { } ,  { } ,  { } ,  string ,  import ( 'vue' ) . ComponentProvideOptions ,  false ,  { } ,  any > ; 
0 commit comments