Interface QuoteProps

Interface for PropTypes for the Quote component.

Hierarchy

  • BaseStyleProp<QuoteStyles>
    • QuoteProps

Properties

children?: ReactNode

The content of the component.

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.

Generated using TypeDoc