UNPKG

vue-devui

Version:

DevUI components based on Vite and Vue3

4 lines (3 loc) 182 B
import { SetupContext } from 'vue'; import { SwitchProps, UseSwitchFn } from './switch-types'; export declare function useSwitch(props: SwitchProps, ctx: SetupContext): UseSwitchFn;