UNPKG

hh-ui-components

Version:
17 lines (16 loc) 429 B
import { FC } from "react"; export interface Props { traceability_title: string; product_province: string; product_sourced_from: string; product_cashmere: string; product_from: string; product_and: string; product_goats: string; footer_learnMore: string; product_process: string; traceData: any; onClick?: () => void; } export declare const Quality: FC<Props>; export default Quality;