mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-16 17:46:18 +08:00
b369ee0cca
close AF-1663, AF-1756 - new global `ModalConfigContext` - new logic to judge whether inside modal - render `✕` for PageHeader back if inside modal - only enable `NavigationGesture` when there is `<` in PageHeader
6 lines
150 B
TypeScript
6 lines
150 B
TypeScript
export * from './confirm-modal';
|
|
export * from './context';
|
|
export * from './modal';
|
|
export * from './overlay-modal';
|
|
export * from './prompt-modal';
|