consensys-ui
Version:
Consensys UI component library and design system
18 lines (16 loc) • 414 B
text/typescript
// components
export { ThemeProvider } from './ThemeProvider';
export { Theme } from './Theme';
export { ThemeSwitcher } from './ThemeSwitcher';
export { ModeToggle } from './ModeToggle';
// context
export { ThemeContext, useThemeContext } from './context';
// types
export type {
ThemeProps,
ThemeBaseProps,
ThemeContextType,
ThemeProviderProps,
ThemeSwitcherProps,
ModeToggleProps
} from './types';