DefinitelyTyped/types/holderjs/index.d.ts
2017-11-13 22:06:30 +03:00

11 lines
305 B
TypeScript

// Type definitions for holderjs 2.9
// Project: http://holderjs.com
// Definitions by: Soner Köksal <https://github.com/renjfk>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
export interface Options {
images: HTMLElement | null;
}
export function run(options: Options): void;