MCPcopy
hub / github.com/vercel/styled-jsx / StyleHTMLAttributes

Interface StyleHTMLAttributes

global.d.ts:4–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2
3declare module 'react' {
4 interface StyleHTMLAttributes<T> extends HTMLAttributes<T> {
5 jsx?: boolean
6 global?: boolean
7 }
8}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…