mat-ripple
Version:
Material design Ripple effect.
8 lines (7 loc) • 336 B
TypeScript
/**
* This shim allows elements written in, or compiled to, ES5 to work on native
* implementations of Custom Elements v1. It sets new.target to the value of
* `this.constructor` so that the native HTMLElement constructor can access the
* current under-construction element's definition.
*/
declare const NATIVE_SHIM: void;