| 123456789101112131415161718192021222324 |
- 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;
|