@watheia/pwa.sections.enterprise-offering.experts-support
Version:
8 lines (7 loc) • 323 B
TypeScript
import { HTMLAttributes } from "react";
/**
* A section showing 3 "chat messages", detailing our dedicated dev support team.
* Floating chat heads are positioned on both sides, for desktop resolutions.
* @name ExpertSupport
*/
export declare const ExpertSupport: (props: HTMLAttributes<HTMLDivElement>) => JSX.Element;