import { EditorPanelProps } from "./EditorPanel.types.js"; import EditorPanel from "./EditorPanel.js"; export { type EditorPanelProps, EditorPanel as default };