15 lines
495 B
TypeScript
15 lines
495 B
TypeScript
/*
|
|
* @Author: 卜启缘
|
|
* @Date: 2021-06-12 22:18:48
|
|
* @LastEditTime: 2021-07-11 18:05:22
|
|
* @LastEditors: 卜启缘
|
|
* @Description: 统一导出组件
|
|
* @FilePath: \vite-vue3-lowcode\src\visual-editor\components\right-attribute-panel\components\index.ts
|
|
*/
|
|
|
|
export { AttrEditor } from './attr-editor'
|
|
export { Animate } from './animate/Animate'
|
|
export { PageSetting } from './page-setting/pageSetting'
|
|
export { EventAction } from './event-action/'
|
|
export { FormRule } from './form-rule/'
|