1 2 3 4 5 6 7 8 9import "react"; declare module "react" { interface StyleHTMLAttributes<T> extends React.HTMLAttributes<T> { jsx?: boolean; global?: boolean; } }
1 2 3 4 5 6 7 8 9
import "react"; declare module "react" { interface StyleHTMLAttributes<T> extends React.HTMLAttributes<T> { jsx?: boolean; global?: boolean; } }