UNPKG
cnchar-draw
Version:
latest (3.2.6)
3.2.6
3.2.5
3.2.4
3.2.3
3.2.2
3.2.1
3.2.0
3.1.0
3.0.6
3.0.5
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
2.2.9
2.2.8
2.2.8-beta2
2.2.7
2.2.6
2.2.5
2.2.4
2.2.3
2.2.2
2.2.1
2.2.0
2.1.4
2.1.3
2.1.2
2.1.0
功能全面、多端支持的汉字拼音笔画 js 库
theajack.github.io/cnchar/
theajack/cnchar
cnchar-draw
/
index.d.ts
7 lines
(4 loc)
•
165 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
IDraw
}
from
'cnchar-types/plugin/draw/common'
;
import
{
IPlugin
}
from
'cnchar-types/main/common'
;
declare
const
draw
:
IDraw
&
IPlugin
;
export
default
draw;