| 11 | declare 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 |
nothing calls this directly
no outgoing calls
no test coverage detected