@aplus-frontend/antdv
Version:
Vue basic component library maintained based on ant-design-vue
25 lines (24 loc) • 863 B
TypeScript
import type { PropType } from 'vue';
import type { SizeType } from '../config-provider';
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
prefixCls: StringConstructor;
size: {
type: PropType<SizeType>;
};
compact: {
type: BooleanConstructor;
default: any;
};
}>, () => import("../_util/type").VueNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
prefixCls: StringConstructor;
size: {
type: PropType<SizeType>;
};
compact: {
type: BooleanConstructor;
default: any;
};
}>> & Readonly<{}>, {
compact: boolean;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _default;