UNPKG

@uifabric/utilities

Version:

Fluent UI React utilities for building components.

14 lines 442 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var _baseUrl = ''; /** Sets the current base url used for fetching images. */ function getResourceUrl(url) { return _baseUrl + url; } exports.getResourceUrl = getResourceUrl; /** Gets the current base url used for fetching images. */ function setBaseUrl(baseUrl) { _baseUrl = baseUrl; } exports.setBaseUrl = setBaseUrl; //# sourceMappingURL=resources.js.map