MCPcopy Index your code
hub / github.com/varHarrie/varharrie.github.io / HTMLAttributes

Interface HTMLAttributes

types/twin.d.ts:15–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13declare module 'react' {
14 // The css prop
15 export interface HTMLAttributes<T> extends DOMAttributes<T> {
16 css?: CSSInterpolation;
17 tw?: string;
18 }
19 // The inline svg css prop
20 interface SVGProps extends SVGProps<SVGSVGElement> {
21 css?: CSSInterpolation;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected