UNPKG

@uifabric/utilities

Version:

Fluent UI React utilities for building components.

5 lines (4 loc) 238 B
/** Sets the current base url used for fetching images. */ export declare function getResourceUrl(url: string): string; /** Gets the current base url used for fetching images. */ export declare function setBaseUrl(baseUrl: string): void;