4 lines
175 B
TypeScript
4 lines
175 B
TypeScript
export { default as ProductCard } from "./ProductCard";
|
|
export { default as ShopCard } from "./ShopCard";
|
|
export type { ProductCardProps, ShopCardProps } from "./Card.types";
|