mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-23 13:29:02 +08:00
init: the first public commit for AFFiNE
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import { Theme as theme } from './theme';
|
||||
export { ThemeProvider, useTheme, withTheme } from './utils';
|
||||
|
||||
/**
|
||||
* @deprecated use useTheme / withTheme instead
|
||||
*/
|
||||
export const Theme = theme;
|
||||
Reference in New Issue
Block a user