interface HeroProps
implements DisplayProps
import { type HeroProps } from "https://deno.land/x/fathym_atomic@v0.0.129/mod.ts";
Properties
optional
children: ComponentChildren | Array<ActionProps>optional
callToAction: string | ComponentChildrenoptional
heroStyle: HeroStyleTypes