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.

4 lines (3 loc) 189 B
import { UseSetStorage } from '../types'; export declare function useGetStorage(storageType: string, storageName: string): string | null; export declare const useSetStorage: UseSetStorage;