UNPKG

mithril-materialized

Version:
17 lines (16 loc) 549 B
/*! * Waves Effect for Mithril Materialized * Based on Waves v0.6.4 by Alfiana E. Sibuea * Adapted for TypeScript and Mithril integration */ export declare class WavesEffect { private static duration; private static offset; private static createRipple; private static removeRipples; static onMouseDown: (e: MouseEvent) => void; static onMouseUp: (e: MouseEvent) => void; static onMouseLeave: (e: MouseEvent) => void; static onTouchStart: (e: TouchEvent) => void; static onTouchEnd: (e: TouchEvent) => void; }