Spaces:
Sleeping
Sleeping
| import React from 'react' | |
| declare module 'react' { | |
| interface StyleHTMLAttributes<T> extends HTMLAttributes<T> { | |
| jsx?: boolean | |
| global?: boolean | |
| } | |
| } | |
| import React from 'react' | |
| declare module 'react' { | |
| interface StyleHTMLAttributes<T> extends HTMLAttributes<T> { | |
| jsx?: boolean | |
| global?: boolean | |
| } | |
| } | |