UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

7 lines (6 loc) 321 B
/** Sets the current base url used for fetching images. */ export declare function getResourceUrl(url: any): string; /** Gets the current base url used for fetching images. */ export declare function setBaseUrl(baseUrl: any): void; /** Gets the current runtime language. */ export declare function getLanguage(): string;