UNPKG

@emotion/react

Version:

> Simple styling in React.

10 lines (8 loc) 188 B
import {} from 'react' import { Interpolation } from '@emotion/serialize' import { Theme } from '.' declare module 'react' { interface Attributes { css?: Interpolation<Theme> } }