MCPcopy
hub / github.com/editablejs/editable / HTMLAttributes

Interface HTMLAttributes

packages/ui/types/twin.d.ts:13–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected