UNPKG
@easyui/vue-code-editor
Version:
latest (0.0.3)
0.0.3
0.0.1
This is a web code editor for CodeMirror
@easyui/vue-code-editor
/
es
/
index.d.ts
7 lines
(6 loc)
•
232 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
default
as
Decorator
}
from
'./lib/decoration'
;
export
*
from
'./lib/decoration'
;
export
*
from
'./components/index'
;
export
{
Decorator
};
declare
const
_default
:
import
(
'./core/types'
).
Installer
;
export
default
_default;