UNPKG
@formant/ava
Version:
latest (3.4.21-formant)
3.4.21-formant
3.4.20-formant
3.4.19-formant
3.4.18-formant
3.4.16-formant
3.4.9-formant
3.4.8-formant
3.4.7-formant
3.4.6-formant
3.4.5-formant
3.4.4-formant
3.4.3-formant
3.4.2-formant
3.4.1-formant
A framework for automated visual analytics.
ava.antv.antgroup.com
@formant/ava
/
lib
/
ckb
/
i18n
/
index.d.ts
11 lines
(10 loc)
•
310 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
import
{
CkbDictionary
, I18nLanguage }
from
'./types'
;
/** * Get CKB dictionary of specific language except English. * * 得到除英文外的所有语言词汇表 * *
@param
lang i18n Language code *
@returns
TranslateList or null */
export
declare
function
ckbDict
(
lang: I18nLanguage
):
CkbDictionary
;