@wfrog/vc
Version:
vue3 组件库 vc
15 lines (14 loc) • 628 B
TypeScript
import { ISwitchProps } from './switch';
declare const _default: import('vue').DefineComponent<ISwitchProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
"update:modelValue": (...args: any[]) => void;
}, string, import('vue').PublicProps, Readonly<ISwitchProps> & Readonly<{
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
}>, {
confirm: boolean;
disabled: boolean;
className: string;
confirmTitle: string;
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
mainRef: HTMLSpanElement;
}, any>;
export default _default;