mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 04:53:58 +08:00
feat(overlays): expose animation customization
This commit is contained in:
@ -1,3 +1,4 @@
|
||||
import { AnimationBuilder } from '../../interface';
|
||||
|
||||
export interface PickerOptions {
|
||||
columns: PickerColumn[];
|
||||
@ -9,6 +10,9 @@ export interface PickerOptions {
|
||||
mode?: string;
|
||||
keyboardClose?: boolean;
|
||||
id?: string;
|
||||
|
||||
enterAnimation?: AnimationBuilder;
|
||||
leaveAnimation?: AnimationBuilder;
|
||||
}
|
||||
|
||||
export interface PickerButton {
|
||||
|
Reference in New Issue
Block a user