UNPKG

grommet

Version:

focus on the essential experience

10 lines (6 loc) 240 B
import { base, ThemeType } from './themes/base'; export namespace defaultProps { export { base as theme }; } export function extendDefaultTheme(theme: ThemeType): void; export function withTheme(props: Record<string, any>): ThemeType;