@nativescript-community/ui-material-ripple
Version:
The Material Design Ripple component provides a radial action in the form of a visual ripple expanding outward from the user's touch. Ripple is a visual form of feedback for touch events providing users a clear signal that an element is being touched.
11 lines (10 loc) • 668 B
TypeScript
import * as i0 from "@angular/core";
export declare class MaterialRippleDirective {
static ɵfac: i0.ɵɵFactoryDeclaration<MaterialRippleDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<MaterialRippleDirective, "MDRipple", never, {}, {}, never, never, true, never>;
}
export declare class NativeScriptMaterialRippleModule {
static ɵfac: i0.ɵɵFactoryDeclaration<NativeScriptMaterialRippleModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<NativeScriptMaterialRippleModule, never, [typeof MaterialRippleDirective], [typeof MaterialRippleDirective]>;
static ɵinj: i0.ɵɵInjectorDeclaration<NativeScriptMaterialRippleModule>;
}