Files
lgp-admin-plus/apps/web-antd/src/components/product/index.ts
年糕崽崽 27135f4ae6 初始化
缺陷:主题配色需要优化整体的同风格
2026-08-14 23:19:06 +08:00

12 lines
346 B
TypeScript

export type {
ProductCardProps,
ProductFetchParams,
ProductFetchResult,
ProductLayout,
ProductListProps,
ProductRecord,
} from './types';
export { default as BrandAlbumLoading } from './brand-album-loading.vue';
export { default as ProductCard } from './product-card.vue';
export { default as ProductList } from './product-list.vue';