Skip to content

Commit

Permalink
feat(editor): 导出Resizer组件
Browse files Browse the repository at this point in the history
  • Loading branch information
roymondchen committed Jun 27, 2023
1 parent b952e6e commit fbf3896
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 @@ -62,6 +62,7 @@ export { default as ContentMenu } from './components/ContentMenu.vue';
export { default as Icon } from './components/Icon.vue';
export { default as LayoutContainer } from './components/SplitView.vue';
export { default as SplitView } from './components/SplitView.vue';
export { default as Resizer } from './components/Resizer.vue';

const defaultInstallOpt: InstallOptions = {
// eslint-disable-next-line no-eval
Expand Down

0 comments on commit fbf3896

Please sign in to comment.