UNPKG

hh-ui-components

Version:
15 lines (14 loc) 291 B
import React from "react"; interface Title { title: string; price: string; compPrice: string; type?: string; handle?: any; currency: any; isActive?: boolean; insights?: any; productInfo?: any; } declare const Title: React.FC<Title>; export default Title;