| 13 | |
| 14 | declare module "https://esm.sh/react@18.2.0" { |
| 15 | interface HTMLAttributes<T> { |
| 16 | /** |
| 17 | * Specify styles using Tailwind CSS classes. This feature is currently experimental. |
| 18 | * If `style` prop is also specified, styles generated with `tw` prop will be overridden. |
| 19 | * |
| 20 | * Example: |
| 21 | * - `tw='w-full h-full bg-blue-200'` |
| 22 | * - `tw='text-9xl'` |
| 23 | * - `tw='text-[80px]'` |
| 24 | * |
| 25 | * @type {string} |
| 26 | */ |
| 27 | tw?: string; |
| 28 | } |
| 29 | } |
| 30 | |
| 31 | const resvg_wasm = fetch( |
nothing calls this directly
no outgoing calls
no test coverage detected