UNPKG

@wdns/vuetify-resize-drawer

Version:

The vuetify-resize-drawer component extends the functionality of the v-navigation-drawer so that it is resizable by the user.

5 lines (4 loc) 291 B
import { UseDrawerClasses, UseHandleContainerClasses, UseHandleIconClasses } from '../types'; export declare const useDrawerClasses: UseDrawerClasses; export declare const useHandleContainerClasses: UseHandleContainerClasses; export declare const useHandleIconClasses: UseHandleIconClasses;