UNPKG
antd-mobile-alita
Version:
latest (2.3.4)
2.3.4
基于 React 的移动设计规范实现
mobile.ant.design
ant-design/ant-design-mobile
antd-mobile-alita
/
lib
/
_util
/
getLocale.d.ts
3 lines
(2 loc)
•
185 B
TypeScript
View Raw
1
2
3
export
declare
function
getComponentLocale
(
props
:
any
,
context
:
any
,
componentName
:
string
,
getDefaultLocale
: () =>
any
):
any
;
export
declare
function
getLocaleCode
(
context
:
any
):
any
;