• NOTE: Exotic components are not callable.

    Parameters

    • props: Omit<
          ClassAttributes<HTMLHeadingElement> & HTMLAttributes<HTMLHeadingElement>,
          "ref",
      > & RefAttributes<HTMLHeadingElement>

    Returns null | ReactElement<any, string | JSXElementConstructor<any>>

Properties

$$typeof: symbol
defaultProps?: Partial<
    Omit<
        ClassAttributes<HTMLHeadingElement> & HTMLAttributes<
            HTMLHeadingElement,
        >,
        "ref",
    > & RefAttributes<HTMLHeadingElement>,
>
displayName?: string
propTypes?: WeakValidationMap<
    Omit<
        ClassAttributes<HTMLHeadingElement> & HTMLAttributes<
            HTMLHeadingElement,
        >,
        "ref",
    > & RefAttributes<HTMLHeadingElement>,
>