import { CodeEditorProps } from "./type.mjs";
import CodeEditor from "./CodeEditor.mjs";
export { type CodeEditorProps, CodeEditor as default };