UNPKG

@theme-ui/css

Version:

Theme UI CSS lets you write style objects with responsive, theme-aware ergonomic shortcuts. This package powers the `sx` prop in Theme UI.

10 lines (6 loc) 190 B
import '@emotion/react' import { Theme } from '@theme-ui/css' interface ThemeUITheme extends Theme {} declare module '@emotion/react' { export interface Theme extends ThemeUITheme {} }