@aplus-frontend/ui
Version:
14 lines (13 loc) • 638 B
TypeScript
import { ApFormItemSizeInputProps } from './interface';
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
declare const _default: DefineComponent<ApFormItemSizeInputProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ApFormItemSizeInputProps> & Readonly<{}>, {
hidden: boolean;
colon: boolean;
required: boolean;
hasFeedback: boolean;
autoLink: boolean;
validateFirst: boolean;
noStyle: boolean;
bordered: boolean;
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
export default _default;