vuux
Version:
Vue3 Nuxt3 Nuxt4 组件库
13 lines (12 loc) • 817 B
TypeScript
import { default as _Switch } from './src/index.vue';
export declare const Switch: import('../withInstall').SFCWithInstall<import('vue').DefineComponent<import('./src/types').Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
change: (...args: any[]) => void;
"update:modelValue": (...args: any[]) => void;
}, string, import('vue').PublicProps, Readonly<import('./src/types').Props> & Readonly<{
onChange?: ((...args: any[]) => any) | undefined;
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
}>, {
theme: string;
checkedValue: boolean | string | number;
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLLabelElement>> & Record<string, any>;
export type SwitchInstance = InstanceType<typeof _Switch>;