@watheia/pwa.sections.hybrid-homepage.build-together
Version:
9 lines (8 loc) • 337 B
TypeScript
import { HTMLAttributes } from "react";
/**
* @name BuildTogether
* @description
* A section of static content, showing Watheia's collaboration abilities.
* Assumes the consuming component to supply className with width and other styles.
*/
export declare function BuildTogether(props: HTMLAttributes<HTMLDivElement>): JSX.Element;