UNPKG

625 BTypeScriptView Raw
1import BackgroundImage from './BackgroundImage';
2import colors, { Colors } from './colors';
3import colorsDark from './colorsDark';
4import fonts from './fonts';
5import ThemeProvider, { ThemeConsumer, ThemeContext, ThemeProps } from './ThemeProvider';
6import withTheme from './withTheme';
7import { makeStyles, useTheme } from './makeStyles';
8import { Theme, FullTheme, UpdateTheme, ReplaceTheme } from './theme';
9export { BackgroundImage, colors, colorsDark, fonts, ThemeProvider, ThemeConsumer, ThemeContext, withTheme, useTheme, makeStyles, };
10export type { Theme, FullTheme, UpdateTheme, ReplaceTheme, ThemeProps, Colors };