UNPKG

@pit-front-end/components

Version:

湖南创智艾泰克科技有限公司

5 lines (4 loc) 163 B
import { SwitchProps } from './switch'; export declare function usePitSwitch(props: SwitchProps): { modelValue: import('vue').WritableComputedRef<boolean>; };