6 lines
119 B
TypeScript
6 lines
119 B
TypeScript
|
|
import Content from './Content.vue'
|
||
|
|
import type { MenuItem } from './type'
|
||
|
|
|
||
|
|
export default Content
|
||
|
|
export { MenuItem }
|