UNPKG

svelty-material

Version:

Svelte Materialify fork with ts support and updated scss.

3 lines (2 loc) 175 B
export declare function rippleStart(e: TouchEvent | MouseEvent | KeyboardEvent, options?: any): HTMLDivElement; export declare function rippleStop(ripple: HTMLElement): void;