poe-custom-elements
Version:
Path of Exile custom elements
12 lines • 409 B
TypeScript
/**
* Default base path of icons and images folders.
*/
export declare const BASE_PATH = "/poe-ce-assets";
export declare function setBasePath(path: string): void;
/**
* Gets the library's base path.
* The base path is used to load assets such as icons and images.
* @returns Base path. For example, '/poe-ce-assets'
*/
export declare function basePath(): string;
//# sourceMappingURL=base_path.d.ts.map