UNPKG

mat-ripple

Version:
11 lines (10 loc) 332 B
import { RippleAnimationConfig } from './Interfaces'; /** Configuration for ripples that are launched on pointer down. */ export interface RippleConfig { color?: string; centered?: boolean; radius?: number; persistent?: boolean; animation?: RippleAnimationConfig; terminateOnPointerUp?: boolean; }