UNPKG
@kedao/utils
Version:
latest (0.0.2)
0.0.2
0.0.1
Utils for Kedao Editor
banyudu/kedao
@kedao/utils
/
src
/
index.ts
8 lines
(6 loc)
•
236 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
import
*
as
_ContentUtils
from
'./content'
import
*
as
_BaseUtils
from
'./base'
import
*
as
_ColorUtils
from
'./color'
export
const
ContentUtils
= _ContentUtils
export
const
BaseUtils
= _BaseUtils
export
const
ColorUtils
= _ColorUtils