mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 12:28:42 +00:00
5 lines
202 B
TypeScript
5 lines
202 B
TypeScript
export { SettingModal, type SettingModalProps } from './modal';
|
|
export { SettingHeader } from './setting-header';
|
|
export { SettingRow } from './setting-row';
|
|
export { SettingWrapper } from './wrapper';
|