UNPKG

sql-editor-react

Version:

基于monaco-editor react 实现的sql编辑器,支持语法高亮、 关联数据库,表名 关键字 功能

7 lines (6 loc) 229 B
import { default as Editor } from './Editor/index'; import { default as DiffEditor } from './DiffEditor/index'; export * from './types'; export * from './themo'; export { DiffEditor, Editor }; //# sourceMappingURL=index.d.ts.map