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

8 lines
221 B
TypeScript

// Cards
export { ProductCard } from "./cards";
export type { ProductCardProps, ShopCardProps } from "./cards";
// Search Bar
export { SearchBar } from "./search-bar";
export type { SearchBarProps } from "./search-bar";