25 lines
863 B
TypeScript
25 lines
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;
|