UNPKG

website-templates

Version:

A React component for an Website Templates styled with Tailwind CSS

3 lines (2 loc) 185 B
import { ITemplateProps } from "../../types/identity.interface"; export default function GoldTemplateThree({ webInfo }: ITemplateProps): import("react/jsx-runtime").JSX.Element | null;