Files
Aether/frontend/src/components/layout/index.ts
2025-12-10 20:52:44 +08:00

16 lines
526 B
TypeScript

/**
* Layout Components Library
* 基于 shadcn/ui 的自定义布局组件库
*/
// 页面布局组件
export { default as PageHeader } from './PageHeader.vue'
export { default as PageContainer } from './PageContainer.vue'
export { default as Section } from './Section.vue'
export { default as CardSection } from './CardSection.vue'
// 应用外壳组件
export { default as AppShell } from './AppShell.vue'
export { default as MobileNav } from './MobileNav.vue'
export { default as SidebarNav } from './SidebarNav.vue'