@aplus-frontend/antdv
Version:
Vue basic component library maintained based on ant-design-vue
19 lines (18 loc) • 788 B
TypeScript
import type { PropType } from 'vue';
import type { OptionProps } from './Option';
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
prefixCls: StringConstructor;
options: {
type: PropType<OptionProps[]>;
default: () => any[];
};
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
prefixCls: StringConstructor;
options: {
type: PropType<OptionProps[]>;
default: () => any[];
};
}>> & Readonly<{}>, {
options: OptionProps[];
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _default;