@aplus-frontend/ui
Version:
9 lines (8 loc) • 523 B
TypeScript
import { ApFieldTreeSelectProps } from '../interface';
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
import { FieldMode } from '..';
declare const _default: DefineComponent<ApFieldTreeSelectProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ApFieldTreeSelectProps> & Readonly<{}>, {
mode: FieldMode;
emptyText: string;
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
export default _default;