MCPcopy Index your code
hub / github.com/ascorbic/og-edge / HTMLAttributes

Interface HTMLAttributes

mod.ts:15–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13
14declare 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
31const resvg_wasm = fetch(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected