mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-17 02:31:34 +08:00
feat(overlays): expose animation customization
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
import { TextFieldTypes } from '../../interface';
|
||||
import { AnimationBuilder, TextFieldTypes } from '../../interface';
|
||||
|
||||
export interface AlertOptions {
|
||||
header?: string;
|
||||
@ -14,6 +14,9 @@ export interface AlertOptions {
|
||||
mode?: string;
|
||||
keyboardClose?: boolean;
|
||||
id?: string;
|
||||
|
||||
enterAnimation?: AnimationBuilder;
|
||||
leaveAnimation?: AnimationBuilder;
|
||||
}
|
||||
|
||||
export interface AlertInput {
|
||||
|
Reference in New Issue
Block a user