UNPKG

@emotion/react

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