UNPKG

@watheia/content.sections.enterprise-offering.enterprise-bullets

Version:
4 lines (3 loc) 226 B
import { HTMLAttributes } from "react"; export declare type EnterpriseBulletsProps = {} & HTMLAttributes<HTMLDivElement>; export declare function EnterpriseBullets({ className, ...rest }: EnterpriseBulletsProps): JSX.Element;