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.

6 lines (5 loc) 157 B
import { ThemeInstance } from 'vuetify'; /** * Converts single color */ export declare const useGetColor: (color: string, theme: ThemeInstance) => string;