We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 491ca10 commit fd881e2Copy full SHA for fd881e2
src/plugin/types/index.ts
@@ -45,7 +45,7 @@ export interface Props {
45
maxWidth?: VNavigationDrawer['width'];
46
minWidth?: VNavigationDrawer['width'];
47
modelValue?: VNavigationDrawer['modelValue'];
48
- name?: string;
+ name?: VNavigationDrawer['name'];
49
rail?: VNavigationDrawer['rail'];
50
railWidth?: VNavigationDrawer['railWidth'];
51
resizable?: boolean | undefined;
0 commit comments