@marigold/icons 0.1.0 → 0.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (227) hide show
  1. package/CHANGELOG.md +31 -0
  2. package/dist/action/Cancel.d.ts +1 -0
  3. package/dist/action/Crop.d.ts +1 -0
  4. package/dist/action/Edit.d.ts +1 -0
  5. package/dist/action/FormatBold.d.ts +1 -0
  6. package/dist/action/FormatItalic.d.ts +1 -0
  7. package/dist/action/FormatSize.d.ts +1 -0
  8. package/dist/action/HighlightOff.d.ts +1 -0
  9. package/dist/action/Image.d.ts +1 -0
  10. package/dist/action/Location.d.ts +1 -0
  11. package/dist/action/Lock.d.ts +1 -0
  12. package/dist/action/LockOpen.d.ts +1 -0
  13. package/dist/action/Pause.d.ts +1 -0
  14. package/dist/action/PauseAlt.d.ts +1 -0
  15. package/dist/action/Play.d.ts +1 -0
  16. package/dist/action/PlayAlt.d.ts +1 -0
  17. package/dist/action/ResaleEdit.d.ts +1 -0
  18. package/dist/action/RotateLeft.d.ts +1 -0
  19. package/dist/action/RotateRight.d.ts +1 -0
  20. package/dist/action/Save.d.ts +1 -0
  21. package/dist/action/Sort.d.ts +1 -0
  22. package/dist/action/SortDown.d.ts +1 -0
  23. package/dist/action/SortUp.d.ts +1 -0
  24. package/dist/action/Star.d.ts +1 -0
  25. package/dist/action/Stop.d.ts +1 -0
  26. package/dist/action/Underlined.d.ts +1 -0
  27. package/dist/action/Zoom.d.ts +1 -0
  28. package/dist/icons.cjs.development.js +318 -236
  29. package/dist/icons.cjs.development.js.map +1 -1
  30. package/dist/icons.cjs.production.min.js +1 -1
  31. package/dist/icons.cjs.production.min.js.map +1 -1
  32. package/dist/icons.esm.js +215 -132
  33. package/dist/icons.esm.js.map +1 -1
  34. package/dist/index.d.ts +0 -1
  35. package/dist/info/Accessible.d.ts +1 -0
  36. package/dist/info/AutoRenew.d.ts +1 -0
  37. package/dist/info/Banned.d.ts +1 -0
  38. package/dist/info/Bus.d.ts +1 -0
  39. package/dist/info/Calendar.d.ts +1 -0
  40. package/dist/info/Camera.d.ts +1 -0
  41. package/dist/info/Clock.d.ts +1 -0
  42. package/dist/info/Direction.d.ts +1 -0
  43. package/dist/info/Email.d.ts +1 -0
  44. package/dist/info/EventDate.d.ts +1 -0
  45. package/dist/info/Exclamation.d.ts +1 -0
  46. package/dist/info/Feedback.d.ts +1 -0
  47. package/dist/info/Food.d.ts +1 -0
  48. package/dist/info/Globe.d.ts +1 -0
  49. package/dist/info/Home.d.ts +1 -0
  50. package/dist/info/Info.d.ts +1 -0
  51. package/dist/info/Marker.d.ts +1 -0
  52. package/dist/info/MobilePhone.d.ts +1 -0
  53. package/dist/info/Notification.d.ts +1 -0
  54. package/dist/info/Parking.d.ts +1 -0
  55. package/dist/info/Phone.d.ts +1 -0
  56. package/dist/info/Print.d.ts +1 -0
  57. package/dist/info/Required.d.ts +1 -0
  58. package/dist/info/ResaleLogbook.d.ts +1 -0
  59. package/dist/info/Spinner.d.ts +1 -0
  60. package/dist/info/Thumb.d.ts +1 -0
  61. package/dist/info/Truck.d.ts +1 -0
  62. package/dist/social/Facebook.d.ts +1 -0
  63. package/dist/social/Google.d.ts +1 -0
  64. package/dist/social/Instagram.d.ts +1 -0
  65. package/dist/social/Share.d.ts +1 -0
  66. package/dist/social/Twitter.d.ts +1 -0
  67. package/dist/social/Whatsapp.d.ts +1 -0
  68. package/dist/ticketing/Deal.d.ts +1 -0
  69. package/dist/ticketing/DesignTicket.d.ts +1 -0
  70. package/dist/ticketing/GiftCard.d.ts +1 -0
  71. package/dist/ticketing/Membership.d.ts +1 -0
  72. package/dist/ticketing/Pickup.d.ts +1 -0
  73. package/dist/ticketing/Price.d.ts +1 -0
  74. package/dist/ticketing/Resale.d.ts +1 -0
  75. package/dist/ticketing/Scanner.d.ts +1 -0
  76. package/dist/ticketing/Seat.d.ts +1 -0
  77. package/dist/ticketing/Selling.d.ts +1 -0
  78. package/dist/ticketing/Ticket.d.ts +1 -0
  79. package/dist/ticketing/TicketInsurance.d.ts +1 -0
  80. package/dist/ticketing/Turnstile.d.ts +1 -0
  81. package/dist/ui/Add.d.ts +1 -0
  82. package/dist/ui/ArrowDown.d.ts +1 -0
  83. package/dist/ui/ArrowDownA.d.ts +1 -0
  84. package/dist/ui/ArrowLeft.d.ts +1 -0
  85. package/dist/ui/ArrowLeftA.d.ts +1 -0
  86. package/dist/ui/ArrowRight.d.ts +1 -0
  87. package/dist/ui/ArrowRightA.d.ts +1 -0
  88. package/dist/ui/ArrowUp.d.ts +1 -0
  89. package/dist/ui/ArrowUpA.d.ts +1 -0
  90. package/dist/ui/BurgerMenu.d.ts +1 -0
  91. package/dist/ui/Check.d.ts +1 -0
  92. package/dist/ui/CircleChecked.d.ts +1 -0
  93. package/dist/ui/CircleUnchecked.d.ts +1 -0
  94. package/dist/ui/Close.d.ts +1 -0
  95. package/dist/ui/Delete.d.ts +1 -0
  96. package/dist/ui/ExternalLink.d.ts +1 -0
  97. package/dist/ui/Filter.d.ts +1 -0
  98. package/dist/ui/IconMore.d.ts +1 -0
  99. package/dist/ui/Remove.d.ts +1 -0
  100. package/dist/ui/Search.d.ts +1 -0
  101. package/dist/ui/SettingDots.d.ts +1 -0
  102. package/dist/ui/SquareChecked.d.ts +1 -0
  103. package/dist/ui/SquareUnchecked.d.ts +1 -0
  104. package/dist/user/Cart.d.ts +1 -0
  105. package/dist/user/CreditCard.d.ts +1 -0
  106. package/dist/user/Group.d.ts +1 -0
  107. package/dist/user/Id.d.ts +1 -0
  108. package/dist/user/SmilieDissatisfied.d.ts +1 -0
  109. package/dist/user/SmilieNeutral.d.ts +1 -0
  110. package/dist/user/SmilieSatisfied.d.ts +1 -0
  111. package/dist/user/SmilieVeryDissatisfied.d.ts +1 -0
  112. package/dist/user/SmilieVerySatisfied.d.ts +1 -0
  113. package/dist/user/User.d.ts +1 -0
  114. package/package.json +2 -2
  115. package/src/action/Cancel.tsx +1 -1
  116. package/src/action/Crop.tsx +1 -1
  117. package/src/action/Edit.tsx +1 -1
  118. package/src/action/FormatBold.tsx +2 -2
  119. package/src/action/FormatItalic.tsx +1 -1
  120. package/src/action/FormatSize.tsx +1 -1
  121. package/src/action/HighlightOff.tsx +2 -2
  122. package/src/action/Image.tsx +1 -1
  123. package/src/action/Location.tsx +1 -1
  124. package/src/action/Lock.tsx +1 -1
  125. package/src/action/LockOpen.tsx +2 -2
  126. package/src/action/Pause.tsx +1 -1
  127. package/src/action/PauseAlt.tsx +1 -1
  128. package/src/action/Play.tsx +1 -1
  129. package/src/action/PlayAlt.tsx +1 -1
  130. package/src/action/ResaleEdit.tsx +1 -1
  131. package/src/action/RotateLeft.tsx +1 -1
  132. package/src/action/RotateRight.tsx +1 -1
  133. package/src/action/Save.tsx +1 -1
  134. package/src/action/Sort.tsx +1 -1
  135. package/src/action/SortDown.tsx +1 -1
  136. package/src/action/SortUp.tsx +1 -1
  137. package/src/action/Star.tsx +1 -1
  138. package/src/action/Stop.tsx +1 -1
  139. package/src/action/Underlined.tsx +1 -1
  140. package/src/action/Zoom.tsx +1 -1
  141. package/src/index.ts +0 -1
  142. package/src/info/Accessible.tsx +1 -1
  143. package/src/info/AutoRenew.tsx +1 -1
  144. package/src/info/Banned.tsx +1 -1
  145. package/src/info/Bus.tsx +1 -1
  146. package/src/info/Calendar.tsx +1 -1
  147. package/src/info/Camera.tsx +1 -1
  148. package/src/info/Clock.tsx +1 -1
  149. package/src/info/Direction.tsx +1 -1
  150. package/src/info/Email.tsx +1 -1
  151. package/src/info/EventDate.tsx +1 -1
  152. package/src/info/Exclamation.tsx +1 -1
  153. package/src/info/Feedback.tsx +1 -1
  154. package/src/info/Food.tsx +1 -1
  155. package/src/info/Globe.tsx +1 -1
  156. package/src/info/Home.tsx +1 -1
  157. package/src/info/Info.tsx +1 -1
  158. package/src/info/Marker.tsx +1 -1
  159. package/src/info/MobilePhone.tsx +1 -1
  160. package/src/info/Notification.tsx +1 -1
  161. package/src/info/Parking.tsx +1 -1
  162. package/src/info/Phone.tsx +1 -1
  163. package/src/info/Print.tsx +1 -1
  164. package/src/info/Required.tsx +1 -1
  165. package/src/info/ResaleLogbook.tsx +1 -1
  166. package/src/info/Spinner.tsx +1 -1
  167. package/src/info/Thumb.tsx +1 -1
  168. package/src/info/Truck.tsx +1 -1
  169. package/src/social/Facebook.tsx +1 -1
  170. package/src/social/Google.tsx +1 -1
  171. package/src/social/Instagram.tsx +1 -1
  172. package/src/social/Share.tsx +1 -1
  173. package/src/social/Twitter.tsx +1 -1
  174. package/src/social/Whatsapp.tsx +1 -1
  175. package/src/ticketing/Deal.tsx +1 -1
  176. package/src/ticketing/DesignTicket.tsx +1 -1
  177. package/src/ticketing/GiftCard.tsx +1 -1
  178. package/src/ticketing/Membership.tsx +1 -1
  179. package/src/ticketing/Pickup.tsx +1 -1
  180. package/src/ticketing/Price.tsx +1 -1
  181. package/src/ticketing/Resale.tsx +1 -1
  182. package/src/ticketing/Scanner.tsx +1 -1
  183. package/src/ticketing/Seat.tsx +1 -1
  184. package/src/ticketing/Selling.tsx +1 -1
  185. package/src/ticketing/Ticket.tsx +1 -1
  186. package/src/ticketing/TicketInsurance.tsx +1 -1
  187. package/src/ticketing/Turnstile.tsx +1 -1
  188. package/src/ui/Add.tsx +1 -1
  189. package/src/ui/ArrowDown.tsx +1 -1
  190. package/src/ui/ArrowDownA.tsx +1 -1
  191. package/src/ui/ArrowLeft.tsx +1 -1
  192. package/src/ui/ArrowLeftA.tsx +1 -1
  193. package/src/ui/ArrowRight.tsx +1 -1
  194. package/src/ui/ArrowRightA.tsx +1 -1
  195. package/src/ui/ArrowUp.tsx +1 -1
  196. package/src/ui/ArrowUpA.tsx +1 -1
  197. package/src/ui/BurgerMenu.tsx +1 -1
  198. package/src/ui/Check.tsx +1 -1
  199. package/src/ui/CircleChecked.tsx +1 -1
  200. package/src/ui/CircleUnchecked.tsx +1 -1
  201. package/src/ui/Close.tsx +1 -1
  202. package/src/ui/Delete.tsx +1 -1
  203. package/src/ui/ExternalLink.tsx +1 -1
  204. package/src/ui/Filter.tsx +1 -1
  205. package/src/ui/IconMore.tsx +1 -1
  206. package/src/ui/Remove.tsx +1 -1
  207. package/src/ui/Search.tsx +1 -1
  208. package/src/ui/SettingDots.tsx +1 -1
  209. package/src/ui/SquareChecked.tsx +1 -1
  210. package/src/ui/SquareUnchecked.tsx +1 -1
  211. package/src/user/Cart.tsx +1 -1
  212. package/src/user/CreditCard.tsx +1 -1
  213. package/src/user/Group.tsx +1 -1
  214. package/src/user/Id.tsx +1 -1
  215. package/src/user/SmilieDissatisfied.tsx +1 -1
  216. package/src/user/SmilieNeutral.tsx +1 -1
  217. package/src/user/SmilieSatisfied.tsx +1 -1
  218. package/src/user/SmilieVeryDissatisfied.tsx +1 -1
  219. package/src/user/SmilieVerySatisfied.tsx +1 -1
  220. package/src/user/User.tsx +1 -1
  221. package/dist/SVG/SVG.d.ts +0 -8
  222. package/dist/SVG/index.d.ts +0 -1
  223. package/src/Icons.stories.mdx +0 -494
  224. package/src/SVG/SVG.stories.mdx +0 -46
  225. package/src/SVG/SVG.test.tsx +0 -76
  226. package/src/SVG/SVG.tsx +0 -35
  227. package/src/SVG/index.ts +0 -1
package/CHANGELOG.md ADDED
@@ -0,0 +1,31 @@
1
+ # @marigold/icons
2
+
3
+ ## 0.3.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#1676](https://github.com/marigold-ui/marigold/pull/1676) [`379041bc`](https://github.com/marigold-ui/marigold/commit/379041bc7d4502bca98029a95afe43ce693222cd) Thanks [@ti10le](https://github.com/ti10le)! - remove the last mdx stories
8
+
9
+ - Updated dependencies [[`379041bc`](https://github.com/marigold-ui/marigold/commit/379041bc7d4502bca98029a95afe43ce693222cd)]:
10
+ - @marigold/system@0.3.1
11
+
12
+ ## 0.3.0
13
+
14
+ ### Patch Changes
15
+
16
+ - [#1579](https://github.com/marigold-ui/marigold/pull/1579) [`e13e3cc1`](https://github.com/marigold-ui/marigold/commit/e13e3cc1fc66b261209973b1fc90eb48117076e9) Thanks [@ti10le](https://github.com/ti10le)! - feat: remove Heading from marigold
17
+
18
+ * [#1501](https://github.com/marigold-ui/marigold/pull/1501) [`1c1f8648`](https://github.com/marigold-ui/marigold/commit/1c1f864820a060214406ef711f4ed873746c16c4) Thanks [@ti10le](https://github.com/ti10le)! - feat(storybook): remove use styles stories
19
+
20
+ - [#1506](https://github.com/marigold-ui/marigold/pull/1506) [`7b2a0374`](https://github.com/marigold-ui/marigold/commit/7b2a0374b2ca4546a7e616d99313028da3ef412e) Thanks [@ti10le](https://github.com/ti10le)! - infra(packages): add icons package as dependency to component package
21
+
22
+ * [#1589](https://github.com/marigold-ui/marigold/pull/1589) [`8cbcb91a`](https://github.com/marigold-ui/marigold/commit/8cbcb91a7b63ce8f10ee79ed76121e5022cbe07b) Thanks [@sebald](https://github.com/sebald)! - feat: normalize <SVG> and move to system package
23
+
24
+ BREAKING: <SVG> moved from `@marigold/icons` to `@marigold/system`
25
+
26
+ - [#1550](https://github.com/marigold-ui/marigold/pull/1550) [`846eb640`](https://github.com/marigold-ui/marigold/commit/846eb640ad035c7f3410b4a8a451f8de56e62339) Thanks [@sebald](https://github.com/sebald)! - feat: Merge <Box> and <Element>
27
+
28
+ * [#1450](https://github.com/marigold-ui/marigold/pull/1450) [`46aede50`](https://github.com/marigold-ui/marigold/commit/46aede50c43e2dce0cacdc8f4c7da55fa18962b9) Thanks [@ti10le](https://github.com/ti10le)! - feature: use Element in SVG + replace useStyles
29
+
30
+ * Updated dependencies [[`c030aa85`](https://github.com/marigold-ui/marigold/commit/c030aa85156356c294bafe9831024f6b6f2ce4db), [`8eda245f`](https://github.com/marigold-ui/marigold/commit/8eda245f01a918fcdaa9f0ac211889ed869aa375), [`5a04de11`](https://github.com/marigold-ui/marigold/commit/5a04de110637d004f5824679697ee4d6a90eaf34), [`c1da52c0`](https://github.com/marigold-ui/marigold/commit/c1da52c0f035b141608fd606e6ba3bc2b5482dc1), [`1448ddca`](https://github.com/marigold-ui/marigold/commit/1448ddcaa0f647f48b018fa74a8686af30eccc53), [`5107b943`](https://github.com/marigold-ui/marigold/commit/5107b943cb3085eb3137d84e79966acad6173a26), [`cd3a0d3e`](https://github.com/marigold-ui/marigold/commit/cd3a0d3edb3f2ddc1f561e8007e1c20000f7855a), [`ebd6e26f`](https://github.com/marigold-ui/marigold/commit/ebd6e26f71f675b98b663bc45c6a2d5badddcd47), [`6e485f5a`](https://github.com/marigold-ui/marigold/commit/6e485f5a8800094fe54c075a2b21f8abe726b3cd), [`80a2abe5`](https://github.com/marigold-ui/marigold/commit/80a2abe5804ba2c5a48cc6b05211245c37baf266), [`e13e3cc1`](https://github.com/marigold-ui/marigold/commit/e13e3cc1fc66b261209973b1fc90eb48117076e9), [`1829cf17`](https://github.com/marigold-ui/marigold/commit/1829cf17e16c574e5577b3e1709c34dc7ed4faaf), [`1c1f8648`](https://github.com/marigold-ui/marigold/commit/1c1f864820a060214406ef711f4ed873746c16c4), [`51af6693`](https://github.com/marigold-ui/marigold/commit/51af669330fd52e4e31fe5ad71d2b202ab8d2231), [`a00b7eb9`](https://github.com/marigold-ui/marigold/commit/a00b7eb971131634414d3912d059fb505bb7a370), [`ec5baf85`](https://github.com/marigold-ui/marigold/commit/ec5baf85a9a0f82a4fca5bbd1e1680316c186593), [`0bb8f19e`](https://github.com/marigold-ui/marigold/commit/0bb8f19ebdec0e2f9dc3f6164f4373cac5c10880), [`c4ae5c5c`](https://github.com/marigold-ui/marigold/commit/c4ae5c5ca442f93034ff8f4c70adc295547951d4), [`a1ef2108`](https://github.com/marigold-ui/marigold/commit/a1ef2108dd6c8e6838b517dd58c82d38e71dae2b), [`2f7b936f`](https://github.com/marigold-ui/marigold/commit/2f7b936f5b07eade00a51cb138c3c492f1e08c9d), [`846eb640`](https://github.com/marigold-ui/marigold/commit/846eb640ad035c7f3410b4a8a451f8de56e62339), [`5d63cd9c`](https://github.com/marigold-ui/marigold/commit/5d63cd9c14578787083c82c85d93bbd2ff0efac6)]:
31
+ - @marigold/system@0.3.0
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  export declare const Cancel: ({ className, ...props }: {
2
3
  [x: string]: any;
3
4
  className?: string | undefined;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  export declare const Crop: ({ className, ...props }: {
2
3
  [x: string]: any;
3
4
  className?: string | undefined;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  export declare const Edit: ({ className, ...props }: {
2
3
  [x: string]: any;
3
4
  className?: string | undefined;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  export declare const FormatBold: ({ className, ...props }: {
2
3
  [x: string]: any;
3
4
  className?: string | undefined;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  export declare const FormatItalic: ({ className, ...props }: {
2
3
  [x: string]: any;
3
4
  className?: string | undefined;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  export declare const FormatSize: ({ className, ...props }: {
2
3
  [x: string]: any;
3
4
  className?: string | undefined;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  export declare const HighlightOff: ({ className, ...props }: {
2
3
  [x: string]: any;
3
4
  className?: string | undefined;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  export declare const Image: ({ className, ...props }: {
2
3
  [x: string]: any;
3
4
  className?: string | undefined;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  export declare const Location: ({ className, ...props }: {
2
3
  [x: string]: any;
3
4
  className?: string | undefined;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  export declare const Lock: ({ className, ...props }: {
2
3
  [x: string]: any;
3
4
  className?: string | undefined;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  export declare const LockOpen: ({ className, ...props }: {
2
3
  [x: string]: any;
3
4
  className?: string | undefined;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  export declare const Pause: ({ className, ...props }: {
2
3
  [x: string]: any;
3
4
  className?: string | undefined;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  export declare const PauseAlt: ({ className, ...props }: {
2
3
  [x: string]: any;
3
4
  className?: string | undefined;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  export declare const Play: ({ className, ...props }: {
2
3
  [x: string]: any;
3
4
  className?: string | undefined;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  export declare const PlayAlt: ({ className, ...props }: {
2
3
  [x: string]: any;
3
4
  className?: string | undefined;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  export declare const ResaleEdit: ({ className, ...props }: {
2
3
  [x: string]: any;
3
4
  className?: string | undefined;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  export declare const RotateLeft: ({ className, ...props }: {
2
3
  [x: string]: any;
3
4
  className?: string | undefined;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  export declare const RotateRight: ({ className, ...props }: {
2
3
  [x: string]: any;
3
4
  className?: string | undefined;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  export declare const Save: ({ className, ...props }: {
2
3
  [x: string]: any;
3
4
  className?: string | undefined;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  export declare const Sort: ({ className, ...props }: {
2
3
  [x: string]: any;
3
4
  className?: string | undefined;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  export declare const SortDown: ({ className, ...props }: {
2
3
  [x: string]: any;
3
4
  className?: string | undefined;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  export declare const SortUp: ({ className, ...props }: {
2
3
  [x: string]: any;
3
4
  className?: string | undefined;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  export declare const Star: ({ className, ...props }: {
2
3
  [x: string]: any;
3
4
  className?: string | undefined;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  export declare const Stop: ({ className, ...props }: {
2
3
  [x: string]: any;
3
4
  className?: string | undefined;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  export declare const Underlined: ({ className, ...props }: {
2
3
  [x: string]: any;
3
4
  className?: string | undefined;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  export declare const Zoom: ({ className, ...props }: {
2
3
  [x: string]: any;
3
4
  className?: string | undefined;