mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-15 09:06:19 +08:00
8 lines
189 B
TypeScript
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;
|