@watheia/pwa.sections.enterprise-offering.reliability
Version:
8 lines (7 loc) • 369 B
TypeScript
import { HTMLAttributes } from "react";
/**
* A section showing a security details for the Bit Enterprise solution.
* The section features a large out-of-section background image, which get nicely cut in response to screen resolution.
* @name Reliability
*/
export declare const Reliability: ({ className, ...rest }: HTMLAttributes<HTMLDivElement>) => JSX.Element;