@types/materialize-css
Version:
TypeScript definitions for materialize-css
10 lines (9 loc) • 332 B
TypeScript
declare namespace Waves {
/**
* Attach Waves to an input element (or any element which doesn't
* bubble mouseup/mousedown events).
* Intended to be used with dynamically loaded forms/inputs, or
* where the user doesn't want a delegated click handler.
*/
function attach(element: Element): void;
}