UNPKG

vue-devui

Version:

DevUI components based on Vite and Vue3

3 lines (2 loc) 157 B
import { DrawerEmit, DrawerProps, UseDrawerFn } from './drawer-types'; export declare function useDrawer(props: DrawerProps, emit: DrawerEmit): UseDrawerFn;