mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 12:55:00 +00:00
### What's Changed! * adds theme type: `ThemeSchema` * adds default theme: `DefaultTheme` * stores real color values
6 lines
176 B
TypeScript
6 lines
176 B
TypeScript
export * from './blocks/index.js';
|
|
export * from './consts/index.js';
|
|
export * from './elements/index.js';
|
|
export * from './themes/index.js';
|
|
export * from './utils/index.js';
|