Files
AFFiNE-Mirror/libs/components/ui/src/theme/index.ts
T
2022-07-22 15:49:21 +08:00

8 lines
189 B
TypeScript

import { Theme as theme } from './theme';
export { ThemeProvider, useTheme, withTheme } from './utils';
/**
* @deprecated use useTheme / withTheme instead
*/
export const Theme = theme;