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:
Manu MA
2018-11-15 16:08:39 +01:00
committed by GitHub
parent 02a266cc85
commit 6d5944613a
14 changed files with 109 additions and 59 deletions

View File

@ -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 {}