Skip to content

Commit 0e220c6

Browse files
Build
1 parent 28c2e84 commit 0e220c6

File tree

3 files changed

+405
-398
lines changed

3 files changed

+405
-398
lines changed

dist/plugin/types/index.d.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { CSSProperties, MaybeRef } from 'vue';
2-
import VResizeDrawer from '../VResizeDrawer.vue';
32
import type { IconOptions, ThemeInstance } from 'vuetify';
3+
import VResizeDrawer from '../VResizeDrawer.vue';
44
import type { VNavigationDrawer } from 'vuetify/components';
55
export * from '../index';
66
export type Classes = {
@@ -28,7 +28,7 @@ export interface Props {
2828
maxWidth?: VNavigationDrawer['width'];
2929
minWidth?: VNavigationDrawer['width'];
3030
modelValue?: VNavigationDrawer['modelValue'];
31-
name?: string;
31+
name?: VNavigationDrawer['name'];
3232
rail?: VNavigationDrawer['rail'];
3333
railWidth?: VNavigationDrawer['railWidth'];
3434
resizable?: boolean | undefined;

dist/vuetify-resize-drawer.cjs.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)