• NOTE: Exotic components are not callable.

    Parameters

    • props: Omit<
          ClassAttributes<HTMLDivElement> & HTMLAttributes<HTMLDivElement> & {
              justifyContent?: string;
          },
          "ref",
      > & RefAttributes<HTMLDivElement>

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

Properties

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