theme.d.ts 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171
  1. export const __esModule: boolean;
  2. export default _default;
  3. declare namespace _default {
  4. export const fontFamily: string;
  5. export const pixelRatio: number;
  6. export const padding: number[];
  7. export { chart };
  8. export const colors: string[];
  9. export namespace shapes {
  10. const line: string[];
  11. const point: string[];
  12. const area: string[];
  13. const interval: string[];
  14. }
  15. export const sizes: string[];
  16. export namespace shape {
  17. export namespace line_1 {
  18. namespace _default {
  19. const lineWidth: string;
  20. const lineJoin: string;
  21. const lineCap: string;
  22. }
  23. export { _default as default };
  24. export namespace smooth {
  25. const smooth_1: boolean;
  26. export { smooth_1 as smooth };
  27. }
  28. export namespace dash {
  29. const lineDash: string[];
  30. }
  31. }
  32. export { line_1 as line };
  33. export namespace point_1 {
  34. namespace _default_1 {
  35. const size: string;
  36. }
  37. export { _default_1 as default };
  38. export namespace hollowCircle {
  39. const lineWidth_1: string;
  40. export { lineWidth_1 as lineWidth };
  41. }
  42. }
  43. export { point_1 as point };
  44. export namespace area_1 {
  45. namespace _default_2 {
  46. const fillOpacity: number;
  47. }
  48. export { _default_2 as default };
  49. }
  50. export { area_1 as area };
  51. export namespace interval_1 {
  52. const _default_3: {};
  53. export { _default_3 as default };
  54. }
  55. export { interval_1 as interval };
  56. }
  57. export { axis };
  58. export { guide };
  59. }
  60. declare namespace chart {
  61. const padding_1: string[];
  62. export { padding_1 as padding };
  63. }
  64. declare namespace axis {
  65. export const labelOffset: string;
  66. export namespace line_2 {
  67. export const stroke: string;
  68. const lineWidth_2: string;
  69. export { lineWidth_2 as lineWidth };
  70. }
  71. export { line_2 as line };
  72. export namespace label {
  73. const fill: string;
  74. const fontSize: string;
  75. }
  76. export namespace grid {
  77. const stroke_1: string;
  78. export { stroke_1 as stroke };
  79. const lineWidth_3: string;
  80. export { lineWidth_3 as lineWidth };
  81. const lineDash_1: string[];
  82. export { lineDash_1 as lineDash };
  83. }
  84. }
  85. declare namespace guide {
  86. export namespace line_3 {
  87. namespace style {
  88. const stroke_2: string;
  89. export { stroke_2 as stroke };
  90. const lineWidth_4: number;
  91. export { lineWidth_4 as lineWidth };
  92. }
  93. const offsetX: number;
  94. const offsetY: number;
  95. }
  96. export { line_3 as line };
  97. export namespace text {
  98. export namespace style_1 {
  99. const fill_1: string;
  100. export { fill_1 as fill };
  101. export const textBaseline: string;
  102. }
  103. export { style_1 as style };
  104. const offsetX_1: number;
  105. export { offsetX_1 as offsetX };
  106. const offsetY_1: number;
  107. export { offsetY_1 as offsetY };
  108. }
  109. export namespace rect {
  110. export namespace style_2 {
  111. const fill_2: string;
  112. export { fill_2 as fill };
  113. }
  114. export { style_2 as style };
  115. }
  116. export namespace arc {
  117. export namespace style_3 {
  118. const stroke_3: string;
  119. export { stroke_3 as stroke };
  120. }
  121. export { style_3 as style };
  122. }
  123. export namespace html {
  124. const offsetX_2: number;
  125. export { offsetX_2 as offsetX };
  126. const offsetY_2: number;
  127. export { offsetY_2 as offsetY };
  128. export const alignX: string;
  129. export const alignY: string;
  130. }
  131. export namespace tag {
  132. const offsetX_3: number;
  133. export { offsetX_3 as offsetX };
  134. const offsetY_3: number;
  135. export { offsetY_3 as offsetY };
  136. export const side: number;
  137. export namespace background {
  138. const padding_2: number;
  139. export { padding_2 as padding };
  140. export const radius: number;
  141. const fill_3: string;
  142. export { fill_3 as fill };
  143. }
  144. export namespace textStyle {
  145. const fontSize_1: number;
  146. export { fontSize_1 as fontSize };
  147. const fill_4: string;
  148. export { fill_4 as fill };
  149. export const textAlign: string;
  150. const textBaseline_1: string;
  151. export { textBaseline_1 as textBaseline };
  152. }
  153. }
  154. export namespace point_2 {
  155. const offsetX_4: number;
  156. export { offsetX_4 as offsetX };
  157. const offsetY_4: number;
  158. export { offsetY_4 as offsetY };
  159. export namespace style_4 {
  160. const fill_5: string;
  161. export { fill_5 as fill };
  162. export const r: number;
  163. const lineWidth_5: number;
  164. export { lineWidth_5 as lineWidth };
  165. const stroke_4: string;
  166. export { stroke_4 as stroke };
  167. }
  168. export { style_4 as style };
  169. }
  170. export { point_2 as point };
  171. }