- Typography(props): ReactNode
Parameters
props: InternalTypographyProps<keyof IntrinsicElements> & RefAttributes<HTMLElement>
Returns ReactNode
Properties
Readonly $$typeof
$$typeof: symbol
Link
Link: ForwardRefExoticComponent<LinkProps & RefAttributes<HTMLElement>> Paragraph
Paragraph: ForwardRefExoticComponent<ParagraphProps & RefAttributes<HTMLElement>> Text
Text: ForwardRefExoticComponent<TextProps & RefAttributes<HTMLSpanElement>> Title
Title: ForwardRefExoticComponent<TitleProps & RefAttributes<HTMLElement>> Optional defaultProps
defaultProps?: Partial<InternalTypographyProps<keyof IntrinsicElements> & RefAttributes<HTMLElement>> Optional displayName
displayName?: string
Optional propTypes
propTypes?: WeakValidationMap<InternalTypographyProps<keyof IntrinsicElements> & RefAttributes<HTMLElement>>
Used in debugging messages. You might want to set it explicitly if you want to display a different name for debugging purposes.