Group.d.ts 751 B

123456789101112131415161718192021222324
  1. import type { PropType } from 'vue';
  2. import type { SizeType } from '../config-provider';
  3. declare const _default: import("vue").DefineComponent<{
  4. prefixCls: StringConstructor;
  5. size: {
  6. type: PropType<SizeType>;
  7. };
  8. compact: {
  9. type: BooleanConstructor;
  10. default: any;
  11. };
  12. }, () => import("../_util/type").VueNode, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
  13. prefixCls: StringConstructor;
  14. size: {
  15. type: PropType<SizeType>;
  16. };
  17. compact: {
  18. type: BooleanConstructor;
  19. default: any;
  20. };
  21. }>>, {
  22. compact: boolean;
  23. }, {}>;
  24. export default _default;