mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-11 14:08:55 +08:00
refactor(editor): extract filterable list component (#9278)
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
export { FONT_BASE, FONT_SM, FONT_XS } from './font.js';
|
||||
export { PANEL_BASE, PANEL_BASE_COLORS } from './panel.js';
|
||||
export { FONT_BASE, FONT_SM, FONT_XS } from './font';
|
||||
export { PANEL_BASE, PANEL_BASE_COLORS } from './panel';
|
||||
export { scrollbarStyle } from './scrollbar-style';
|
||||
|
||||
Reference in New Issue
Block a user