UNPKG
web-code-editor
Version:
latest (0.0.3)
0.0.3
0.0.2
web code editor
github.com/januwA/web-code-editor
januwA/web-code-editor
web-code-editor
/
src
/
index.ts
4 lines
(2 loc)
•
77 B
text/typescript
View Raw
1
2
3
4
import
"./css/index.styl"
;
export
{
WebCodeEditor
}
from
"./WebCodeEditor"
;