mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-15 17:42:15 +08:00
feat(modal): modals can now be used inline (#23341)
resolves #20117, resolves #20263
This commit is contained in:
@ -14,6 +14,7 @@ export { IonNav } from './components/IonNav';
|
||||
export { IonIcon } from './components/IonIcon';
|
||||
export { IonApp } from './components/IonApp';
|
||||
export { IonPopover } from './components/IonPopover';
|
||||
export { IonModal } from './components/IonModal';
|
||||
|
||||
export * from './components/Overlays';
|
||||
|
||||
|
Reference in New Issue
Block a user