UNPKG

jcore-ui

Version:

jcore-ui - components for building an interface

4 lines 218 B
import { IFunction } from '../interfaces/index'; declare const loadImg: (img: HTMLImageElement | string, resolve: IFunction, reject?: IFunction) => void; export default loadImg; //# sourceMappingURL=loadImg.d.ts.map