• NOTE: Exotic components are not callable.

    Parameters

    • props: {
          alt?: string;
      } & SystemProps<Theme> & {} & CommonProps & Omit<any, keyof CommonProps | "children" | "sx" | "ref" | "alt" | StandardSystemKeys | "component"> & {
          useStatement?: ((params?) => StatementHookReturn);
      }

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

Generated using TypeDoc