UNPKG

tss-react

Version:

Type safe CSS-in-JS API heavily inspired by react-jss

5 lines (4 loc) 169 B
import type { CSSInterpolation } from "./types"; export declare function GlobalStyles(props: { styles: CSSInterpolation; }): import("react").ReactElement<any, any>;