UNPKG

@wfrog/vc

Version:

vue3 组件库 vc

10 lines (9 loc) 272 B
import { PopconfirmProps, SwitchProps } from 'element-plus'; export interface ISwitchProps { modelValue: SwitchProps['modelValue']; confirmTitle?: string; disabled?: boolean; className?: string; confirm?: boolean; confirmProps?: PopconfirmProps; }