UNPKG

238 BTypeScriptView Raw
1/** Sets the current base url used for fetching images. */
2export declare function getResourceUrl(url: string): string;
3/** Gets the current base url used for fetching images. */
4export declare function setBaseUrl(baseUrl: string): void;