UNPKG

@watheia/pwa.sections.support-page.global-enterprise

Version:
9 lines (8 loc) 313 B
import { HTMLAttributes } from "react"; declare type GlobalEnterpriseProps = {} & HTMLAttributes<HTMLElement>; /** * Enterprise solution section for the Support offering page. * @name EcoSystem */ export declare function GlobalEnterprise({ className, ...rest }: GlobalEnterpriseProps): JSX.Element; export {};