@aplus-frontend/ui
Version:
16 lines (15 loc) • 765 B
TypeScript
import { ApFieldCheckboxProps } from '../interface';
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
import { FieldMode } from '..';
import { CheckboxOptionType } from '@aplus-frontend/antdv';
declare const _default: DefineComponent<ApFieldCheckboxProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
"update:value": (...args: any[]) => void;
}, string, PublicProps, Readonly<ApFieldCheckboxProps> & Readonly<{
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
}>, {
mode: FieldMode;
disabled: boolean;
emptyText: string;
options: (string | number | CheckboxOptionType)[];
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
export default _default;