Files
frontend/components/molecules/cards/index.ts
T
2026-04-03 20:09:05 +07:00

4 lines
175 B
TypeScript

export { default as ProductCard } from "./ProductCard";
export { default as ShopCard } from "./ShopCard";
export type { ProductCardProps, ShopCardProps } from "./Card.types";