UNPKG
react-pp-bundle
Version:
latest (1.5.7)
1.5.7
1.5.6
1.5.5
1.5.4
1.5.3
1.5.2
1.5.1
1.5.0
1.4.1
1.4.0
1.3.2
1.3.1
1.3.0
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.1
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
Polaris组件库扩展包
react-pp-bundle
/
dist
/
locales
/
config.d.ts
10 lines
•
294 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
export
declare
function
setLocal
(
local
:
string
):
void
;
export
declare
function
getValidLanguage
(
local
:
any
):
any
;
export
declare
const
langList
: {
label
:
string
;
value
:
string
; }[];
export
declare
function
getResource
(
): { [
key
:
string
]:
any
; };
//# sourceMappingURL=config.d.ts.map