UNPKG

@aplus-frontend/ui

Version:

12 lines (11 loc) 626 B
import { ApFieldSwitchProps } from '../interface'; import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue'; declare const _default: DefineComponent<ApFieldSwitchProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ApFieldSwitchProps> & Readonly<{}>, { size: "small" | "default"; disabled: boolean; loading: boolean; emptyText: string; checkedValue: string | number | boolean; unCheckedValue: string | number | boolean; }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>; export default _default;