Interface PreheaderProps

Interface for PropTypes for the Preheader component.

Hierarchy

  • BaseStyleProp<PreheaderStyles>
    • PreheaderProps

Properties

Properties

className?: string

The class name to be applied to the element.

classes?: Partial<Record<"root", CSSProperties>>

Override or extend the styles applied to the component.

text: string

The text for the preheader.

Generated using TypeDoc