mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-24 14:58:36 +08:00
refactor(action-sheet): update action-sheet api to use element instead of instance
* refactor(action-sheet): update action-sheet api to use element instead of instance * chore(dependencies): update angular to next
This commit is contained in:
1
packages/core/src/components.d.ts
vendored
1
packages/core/src/components.d.ts
vendored
@ -102,6 +102,7 @@ declare global {
|
||||
buttons?: ActionSheetButton[],
|
||||
enableBackdropDismiss?: boolean,
|
||||
translucent?: boolean,
|
||||
animate?: boolean,
|
||||
enterAnimation?: AnimationBuilder,
|
||||
exitAnimation?: AnimationBuilder,
|
||||
actionSheetId?: string
|
||||
|
Reference in New Issue
Block a user