UNPKG

@callstack/react-theme-provider

Version:

Theme provider for react and react-naitve applications

9 lines (5 loc) 220 B
/* @flow */ import createTheming from './createTheming'; const { ThemeProvider, withTheme } = createTheming({}); export { ThemeProvider, withTheme, createTheming }; export type { ThemingType } from './createTheming';