UNPKG

tss-react-v18-peer-testing

Version:

makeStyles is dead, long live makeStyles!

6 lines (5 loc) 174 B
/// <reference types="react" /> import type { CSSInterpolation } from "./types"; export declare function GlobalStyles(props: { styles: CSSInterpolation; }): JSX.Element;