mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 14:01:20 +08:00
docs(actionSheet,alert,loading): add docs for props
This commit is contained in:
2
packages/core/src/components.d.ts
vendored
2
packages/core/src/components.d.ts
vendored
@ -104,7 +104,6 @@ declare global {
|
||||
animate?: boolean;
|
||||
enterAnimation?: AnimationBuilder;
|
||||
leaveAnimation?: AnimationBuilder;
|
||||
actionSheetId?: string;
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -173,7 +172,6 @@ declare global {
|
||||
enableBackdropDismiss?: boolean;
|
||||
translucent?: boolean;
|
||||
animate?: boolean;
|
||||
alertId?: string;
|
||||
enterAnimation?: AnimationBuilder;
|
||||
leaveAnimation?: AnimationBuilder;
|
||||
}
|
||||
|
Reference in New Issue
Block a user