UNPKG

@dotconnor/grommet

Version:

focus on the essential experience

8 lines (5 loc) 173 B
import { base, ThemeType } from './themes/base'; export namespace defaultProps { export { base as theme }; } export function extendDefaultTheme(theme: ThemeType): void;