• Parameters

    Returns ReactNode

  • Type Parameters

    • U extends any

    Parameters

    • props: Antd.UploadProps<U> & {
          children?: ReactNode;
      } & RefAttributes<any>

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

Properties

$$typeof: symbol
Dragger: ForwardRefExoticComponent<Antd.UploadProps<any> & {
    height?: number;
} & RefAttributes<UploadRef<any>>>
LIST_IGNORE: string
defaultProps?: Partial<Antd.UploadProps<any> & RefAttributes<UploadRef<any>>>
displayName?: string

Used in debugging messages. You might want to set it explicitly if you want to display a different name for debugging purposes.

propTypes?: WeakValidationMap<Antd.UploadProps<any> & RefAttributes<UploadRef<any>>>

Generated using TypeDoc