Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IFileInputProps

Hierarchy

  • IFileInputProps

Index

Properties

Optional accept

accept: string

Optional disabled

disabled: boolean

Optional multiple

multiple: boolean

onChange

onChange: (files: File[]) => void

Type declaration

    • (files: File[]): void
    • Parameters

      • files: File[]

      Returns void

remainAmount

remainAmount: number

Generated using TypeDoc