UNPKG

website-templates

Version:

A React component for an Website Templates styled with Tailwind CSS

7 lines (6 loc) 278 B
import { IWebsite } from "../../types/identity.interface"; import { GoldPrice } from "../../types/gold-price.interface"; export declare function ProductList({ webInfo, goldPrice, }: { webInfo: IWebsite; goldPrice: GoldPrice; }): import("react/jsx-runtime").JSX.Element;