UNPKG

216 BTypeScriptView Raw
1declare const _default: (localeName: string | string[]) => void;
2/**
3 * Invokes the `setLocale` method of the `intl` service.
4 *
5 * @function setLocale
6 * @param {string|string[]} locale
7 */
8export default _default;