UNPKG

v8-ui-components

Version:

A component lib for v8 storefront apps

6 lines (5 loc) 249 B
import * as React from "react"; import { IContactUsProps } from "./ContactUs.interfaces"; declare const ContactUs: React.FC<IContactUsProps>; export declare const ContactUsComponentTestId = "ContactUsComponentTestId"; export default ContactUs;