Skip to content

Commit

Permalink
refactor(editor): 导出ToolButton组件
Browse files Browse the repository at this point in the history
  • Loading branch information
roymondchen authored and jia000 committed May 7, 2022
1 parent 10349fb commit 3fcaeb9
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 @@ -42,6 +42,7 @@ export { default as uiService } from './services/ui';
export { default as ComponentListPanel } from './layouts/sidebar/ComponentListPanel.vue';
export { default as LayerPanel } from './layouts/sidebar/LayerPanel.vue';
export { default as PropsPanel } from './layouts/PropsPanel.vue';
export { default as ToolButton } from './components/ToolButton.vue';

const defaultInstallOpt: InstallOptions = {
// @todo, 自定义图片上传方法等编辑器依赖的外部选项
Expand Down

0 comments on commit 3fcaeb9

Please sign in to comment.