DefinitelyTyped/types/materialize-css/autoinit.d.ts
2018-12-09 08:05:11 +09:00

7 lines
132 B
TypeScript

declare namespace M {
/**
* Automatically initialize components.
*/
function AutoInit(context?: Element): void;
}