Skip to content

Commit

Permalink
feat(editor): export FloatingBox
Browse files Browse the repository at this point in the history
  • Loading branch information
roymondchen committed May 23, 2024
1 parent c6ac0a0 commit 5ce099c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/editor/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ export { default as LayoutContainer } from './components/SplitView.vue';
export { default as SplitView } from './components/SplitView.vue';
export { default as Resizer } from './components/Resizer.vue';
export { default as CodeBlockEditor } from './components/CodeBlockEditor.vue';
export { default as FloatingBox } from './components/FloatingBox.vue';
export { default as PageFragmentSelect } from './fields/PageFragmentSelect.vue';

const defaultInstallOpt: InstallOptions = {
Expand Down

0 comments on commit 5ce099c

Please sign in to comment.