mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
fix(ripple-effect): follow MD spec (#16330)
* fix(ripple-effect): follow md spec * add box-shadow back * add ripple effect to alert and action-sheet
This commit is contained in:
2
core/src/components.d.ts
vendored
2
core/src/components.d.ts
vendored
@ -3541,7 +3541,7 @@ export namespace Components {
|
||||
/**
|
||||
* Adds the ripple effect to the parent element
|
||||
*/
|
||||
'addRipple': (pageX: number, pageY: number) => void;
|
||||
'addRipple': (pageX: number, pageY: number) => Promise<() => void>;
|
||||
}
|
||||
interface IonRippleEffectAttributes extends StencilHTMLAttributes {}
|
||||
|
||||
|
Reference in New Issue
Block a user