• NOTE: Exotic components are not callable.

    Parameters

    • props: {
          alt?: string;
      } & BoxOwnProps<Theme> & CommonProps & Omit<any, keyof CommonProps | "alt" | keyof BoxOwnProps<Theme>> & EventHandlers

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

Generated using TypeDoc