• NOTE: Exotic components are not callable.

    Parameters

    • props: Omit<
          ClassAttributes<HTMLHeadingElement> & HTMLAttributes<HTMLHeadingElement> & {
              fontColor?: string;
              fontWeight?: string;
          },
          "ref",
      > & RefAttributes<HTMLHeadingElement>

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

Properties

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