feat(action-sheet): use action sheet overlay inline (#26172)

This commit is contained in:
Sean Perkins
2022-11-02 16:47:43 -04:00
committed by GitHub
parent 84990cec88
commit 92b763a538
12 changed files with 409 additions and 39 deletions

View File

@ -5,7 +5,6 @@ function generateOverlays() {
const components = [
{
tag: 'ion-action-sheet',
controller: 'actionSheetController',
name: 'IonActionSheet'
},
{