JinZHouXiYiJi_DaPin2/examples/components/ToolBar/index.ts

7 lines
191 B
TypeScript
Raw Normal View History

2023-12-05 13:23:01 +08:00
import ToolBar from './ToolBar.vue'
import ToolBarItem from './ToolBarItem.vue'
import type { ToolBarItemType } from './type'
export { ToolBar, ToolBarItem }
export type { ToolBarItemType }