• Parameters

    • props: InternalTypographyProps<keyof IntrinsicElements> & RefAttributes<HTMLElement>

    Returns ReactNode

Properties

$$typeof: symbol
Link: ForwardRefExoticComponent<LinkProps & RefAttributes<HTMLElement>>
Paragraph: ForwardRefExoticComponent<ParagraphProps & RefAttributes<HTMLElement>>
Text: ForwardRefExoticComponent<TextProps & RefAttributes<HTMLSpanElement>>
Title: ForwardRefExoticComponent<TitleProps & RefAttributes<HTMLElement>>
defaultProps?: Partial<InternalTypographyProps<keyof IntrinsicElements> & RefAttributes<HTMLElement>>
displayName?: string

Used in debugging messages. You might want to set it explicitly if you want to display a different name for debugging purposes.

propTypes?: WeakValidationMap<InternalTypographyProps<keyof IntrinsicElements> & RefAttributes<HTMLElement>>

Generated using TypeDoc