html-theme.d.ts 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180
  1. declare const _default: {
  2. [x: string]: {
  3. position: string;
  4. visibility: string;
  5. zIndex: number;
  6. transition: string;
  7. backgroundColor: string;
  8. boxShadow: string;
  9. borderRadius: string;
  10. color: string;
  11. fontSize: string;
  12. fontFamily: string;
  13. lineHeight: string;
  14. padding: string;
  15. marginBottom?: undefined;
  16. margin?: undefined;
  17. listStyleType?: undefined;
  18. width?: undefined;
  19. height?: undefined;
  20. display?: undefined;
  21. marginRight?: undefined;
  22. float?: undefined;
  23. marginLeft?: undefined;
  24. } | {
  25. marginBottom: string;
  26. position?: undefined;
  27. visibility?: undefined;
  28. zIndex?: undefined;
  29. transition?: undefined;
  30. backgroundColor?: undefined;
  31. boxShadow?: undefined;
  32. borderRadius?: undefined;
  33. color?: undefined;
  34. fontSize?: undefined;
  35. fontFamily?: undefined;
  36. lineHeight?: undefined;
  37. padding?: undefined;
  38. margin?: undefined;
  39. listStyleType?: undefined;
  40. width?: undefined;
  41. height?: undefined;
  42. display?: undefined;
  43. marginRight?: undefined;
  44. float?: undefined;
  45. marginLeft?: undefined;
  46. } | {
  47. margin: string;
  48. listStyleType: string;
  49. padding: string;
  50. position?: undefined;
  51. visibility?: undefined;
  52. zIndex?: undefined;
  53. transition?: undefined;
  54. backgroundColor?: undefined;
  55. boxShadow?: undefined;
  56. borderRadius?: undefined;
  57. color?: undefined;
  58. fontSize?: undefined;
  59. fontFamily?: undefined;
  60. lineHeight?: undefined;
  61. marginBottom?: undefined;
  62. width?: undefined;
  63. height?: undefined;
  64. display?: undefined;
  65. marginRight?: undefined;
  66. float?: undefined;
  67. marginLeft?: undefined;
  68. } | {
  69. listStyleType: string;
  70. marginBottom: string;
  71. position?: undefined;
  72. visibility?: undefined;
  73. zIndex?: undefined;
  74. transition?: undefined;
  75. backgroundColor?: undefined;
  76. boxShadow?: undefined;
  77. borderRadius?: undefined;
  78. color?: undefined;
  79. fontSize?: undefined;
  80. fontFamily?: undefined;
  81. lineHeight?: undefined;
  82. padding?: undefined;
  83. margin?: undefined;
  84. width?: undefined;
  85. height?: undefined;
  86. display?: undefined;
  87. marginRight?: undefined;
  88. float?: undefined;
  89. marginLeft?: undefined;
  90. } | {
  91. width: string;
  92. height: string;
  93. borderRadius: string;
  94. display: string;
  95. marginRight: string;
  96. position?: undefined;
  97. visibility?: undefined;
  98. zIndex?: undefined;
  99. transition?: undefined;
  100. backgroundColor?: undefined;
  101. boxShadow?: undefined;
  102. color?: undefined;
  103. fontSize?: undefined;
  104. fontFamily?: undefined;
  105. lineHeight?: undefined;
  106. padding?: undefined;
  107. marginBottom?: undefined;
  108. margin?: undefined;
  109. listStyleType?: undefined;
  110. float?: undefined;
  111. marginLeft?: undefined;
  112. } | {
  113. display: string;
  114. float: string;
  115. marginLeft: string;
  116. position?: undefined;
  117. visibility?: undefined;
  118. zIndex?: undefined;
  119. transition?: undefined;
  120. backgroundColor?: undefined;
  121. boxShadow?: undefined;
  122. borderRadius?: undefined;
  123. color?: undefined;
  124. fontSize?: undefined;
  125. fontFamily?: undefined;
  126. lineHeight?: undefined;
  127. padding?: undefined;
  128. marginBottom?: undefined;
  129. margin?: undefined;
  130. listStyleType?: undefined;
  131. width?: undefined;
  132. height?: undefined;
  133. marginRight?: undefined;
  134. } | {
  135. position: string;
  136. width: string;
  137. backgroundColor: string;
  138. visibility?: undefined;
  139. zIndex?: undefined;
  140. transition?: undefined;
  141. boxShadow?: undefined;
  142. borderRadius?: undefined;
  143. color?: undefined;
  144. fontSize?: undefined;
  145. fontFamily?: undefined;
  146. lineHeight?: undefined;
  147. padding?: undefined;
  148. marginBottom?: undefined;
  149. margin?: undefined;
  150. listStyleType?: undefined;
  151. height?: undefined;
  152. display?: undefined;
  153. marginRight?: undefined;
  154. float?: undefined;
  155. marginLeft?: undefined;
  156. } | {
  157. position: string;
  158. height: string;
  159. backgroundColor: string;
  160. visibility?: undefined;
  161. zIndex?: undefined;
  162. transition?: undefined;
  163. boxShadow?: undefined;
  164. borderRadius?: undefined;
  165. color?: undefined;
  166. fontSize?: undefined;
  167. fontFamily?: undefined;
  168. lineHeight?: undefined;
  169. padding?: undefined;
  170. marginBottom?: undefined;
  171. margin?: undefined;
  172. listStyleType?: undefined;
  173. width?: undefined;
  174. display?: undefined;
  175. marginRight?: undefined;
  176. float?: undefined;
  177. marginLeft?: undefined;
  178. };
  179. };
  180. export default _default;