Type alias UploadCustomProps

UploadCustomProps: {
    children: any;
    inputProps?: any;
    onChange: any;
} & Omit<CoreViewProps, "onChange" | "children">

Type declaration

  • children: any
  • Optional inputProps?: any
  • onChange: any

Generated using TypeDoc