9 lines
212 B
TypeScript
9 lines
212 B
TypeScript
/**
|
|
* @deprecated Unused as of version 8
|
|
*/
|
|
export declare function getResourceUrl(url: string): string;
|
|
/**
|
|
* @deprecated Unused as of version 8
|
|
*/
|
|
export declare function setBaseUrl(baseUrl: string): void;
|