UNPKG

prestyled

Version:

React components for styling web projects, based upon Theme UI

8 lines (7 loc) 206 B
import { Theme } from 'theme-ui'; export interface PrestyledTheme extends Theme { name: string; [key: string]: any; } export declare const defaultTheme: PrestyledTheme; export default defaultTheme;