index.d.ts 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. import type { ExtractPropTypes, PropType } from 'vue';
  2. export declare const dividerProps: () => {
  3. prefixCls: StringConstructor;
  4. type: {
  5. type: PropType<"" | "vertical" | "horizontal">;
  6. default: string;
  7. };
  8. dashed: {
  9. type: BooleanConstructor;
  10. default: boolean;
  11. };
  12. orientation: {
  13. type: PropType<"left" | "right" | "center">;
  14. default: string;
  15. };
  16. plain: {
  17. type: BooleanConstructor;
  18. default: boolean;
  19. };
  20. orientationMargin: (StringConstructor | NumberConstructor)[];
  21. };
  22. export type DividerProps = Partial<ExtractPropTypes<ReturnType<typeof dividerProps>>>;
  23. declare const _default: {
  24. new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<ExtractPropTypes<{
  25. prefixCls: StringConstructor;
  26. type: {
  27. type: PropType<"" | "vertical" | "horizontal">;
  28. default: string;
  29. };
  30. dashed: {
  31. type: BooleanConstructor;
  32. default: boolean;
  33. };
  34. orientation: {
  35. type: PropType<"left" | "right" | "center">;
  36. default: string;
  37. };
  38. plain: {
  39. type: BooleanConstructor;
  40. default: boolean;
  41. };
  42. orientationMargin: (StringConstructor | NumberConstructor)[];
  43. }>>, () => import("../_util/type").VueNode, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<ExtractPropTypes<{
  44. prefixCls: StringConstructor;
  45. type: {
  46. type: PropType<"" | "vertical" | "horizontal">;
  47. default: string;
  48. };
  49. dashed: {
  50. type: BooleanConstructor;
  51. default: boolean;
  52. };
  53. orientation: {
  54. type: PropType<"left" | "right" | "center">;
  55. default: string;
  56. };
  57. plain: {
  58. type: BooleanConstructor;
  59. default: boolean;
  60. };
  61. orientationMargin: (StringConstructor | NumberConstructor)[];
  62. }>>, {
  63. type: "" | "vertical" | "horizontal";
  64. dashed: boolean;
  65. orientation: "left" | "right" | "center";
  66. plain: boolean;
  67. }, true, {}, {}, {
  68. P: {};
  69. B: {};
  70. D: {};
  71. C: {};
  72. M: {};
  73. Defaults: {};
  74. }, Readonly<ExtractPropTypes<{
  75. prefixCls: StringConstructor;
  76. type: {
  77. type: PropType<"" | "vertical" | "horizontal">;
  78. default: string;
  79. };
  80. dashed: {
  81. type: BooleanConstructor;
  82. default: boolean;
  83. };
  84. orientation: {
  85. type: PropType<"left" | "right" | "center">;
  86. default: string;
  87. };
  88. plain: {
  89. type: BooleanConstructor;
  90. default: boolean;
  91. };
  92. orientationMargin: (StringConstructor | NumberConstructor)[];
  93. }>>, () => import("../_util/type").VueNode, {}, {}, {}, {
  94. type: "" | "vertical" | "horizontal";
  95. dashed: boolean;
  96. orientation: "left" | "right" | "center";
  97. plain: boolean;
  98. }>;
  99. __isFragment?: never;
  100. __isTeleport?: never;
  101. __isSuspense?: never;
  102. } & import("vue").ComponentOptionsBase<Readonly<ExtractPropTypes<{
  103. prefixCls: StringConstructor;
  104. type: {
  105. type: PropType<"" | "vertical" | "horizontal">;
  106. default: string;
  107. };
  108. dashed: {
  109. type: BooleanConstructor;
  110. default: boolean;
  111. };
  112. orientation: {
  113. type: PropType<"left" | "right" | "center">;
  114. default: string;
  115. };
  116. plain: {
  117. type: BooleanConstructor;
  118. default: boolean;
  119. };
  120. orientationMargin: (StringConstructor | NumberConstructor)[];
  121. }>>, () => import("../_util/type").VueNode, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
  122. type: "" | "vertical" | "horizontal";
  123. dashed: boolean;
  124. orientation: "left" | "right" | "center";
  125. plain: boolean;
  126. }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]>;
  127. export default _default;