DefinitelyTyped/types/element-ready/index.d.ts
2017-08-09 10:31:49 -07:00

11 lines
401 B
TypeScript

// Type definitions for element-ready 2.1
// Project: https://github.com/sindresorhus/element-ready#readme
// Definitions by: BendingBender <https://github.com/BendingBender>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import pCancelable = require('p-cancelable');
export = elementReady;
declare function elementReady(selector: string): pCancelable.PCancelable<HTMLElement>;