• NOTE: Exotic components are not callable.

    Parameters

    • props: Omit<
          ClassAttributes<HTMLSpanElement> & HTMLAttributes<HTMLSpanElement> & {
              fontColor?: string;
              isDark?: boolean;
          },
          "ref",
      > & RefAttributes<HTMLSpanElement>

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

Properties

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