ant-design-vue
Version:
An enterprise-class UI design language and Vue-based implementation
19 lines (18 loc) • 676 B
TypeScript
import type { PropType } from 'vue';
import type { OptionProps } from './Option';
declare const _default: import("vue").DefineComponent<{
prefixCls: StringConstructor;
options: {
type: PropType<OptionProps[]>;
default: () => any[];
};
}, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
prefixCls: StringConstructor;
options: {
type: PropType<OptionProps[]>;
default: () => any[];
};
}>>, {
options: OptionProps[];
}, {}>;
export default _default;