mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
11 lines
305 B
TypeScript
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;
|