fix(overlays): overlay interfaces are now exported from framework packages and documented (#23619)

resolves #22790
This commit is contained in:
Liam DeBeasi
2021-07-15 08:50:50 -04:00
committed by GitHub
parent 3134e0afcd
commit 773bbcb211
10 changed files with 366 additions and 4 deletions

View File

@ -70,7 +70,32 @@ export {
getTimeGivenProgression,
// Hardware Back Button
BackButtonEvent
BackButtonEvent,
SpinnerTypes,
ActionSheetOptions,
ActionSheetButton,
AlertOptions,
AlertInput,
AlertTextareaAttributes,
AlertInputAttributes,
AlertButton,
LoadingOptions,
ModalOptions,
PickerOptions,
PickerButton,
PickerColumn,
PickerColumnOption,
PopoverOptions,
ToastOptions,
ToastButton
} from '@ionic/core';
// Icons that are used by internal components