• Component used to render a hero image, a standard component used to display a large image with a title and subtitle usually used for the landing page

    Parameters

    • props: HeroImageProps
    • Optional context: any

    Returns null | ReactElement<any, any>

Properties

contextTypes?: ValidationMap<any>
defaultProps?: Partial<HeroImageProps>
displayName?: string
propTypes?: WeakValidationMap<HeroImageProps>

Generated using TypeDoc