UNPKG

styled-jsx

Version:

Full CSS support for JSX without compromises

9 lines (7 loc) 160 B
import React from 'react' declare module 'react' { interface StyleHTMLAttributes<T> extends HTMLAttributes<T> { jsx?: boolean global?: boolean } }