// 导出components文件夹下所有组件 const allComponents = { Title: () => import("@/components/Text/Title"), }; export default allComponents; export type ComponentType = keyof typeof allComponents;