UNPKG

shineout

Version:

Shein 前端组件库

5 lines (4 loc) 223 B
import { LanType } from './Props'; import { ObjectType } from '../@types/common'; export declare function setLocale(arg: LanType | ObjectType): void; export declare function getLocale(name?: string, def?: ObjectType): any;