Skip to main content

HeroProps

HeroProps = Omit<ComponentPropsWithRef<"header">, "className"> & object

Type Declaration

classNames?

optional classNames: object

classNames.hero?

optional hero: string

classNames.icon?

optional icon: string

classNames.subtitle?

optional subtitle: string

classNames.title?

optional title: string

compact?

optional compact: boolean