Interface FilePickerProps

interface FilePickerProps {
    onChange?: ((value, file?) => any);
}

Hierarchy

  • FormComponentProps
    • FilePickerProps

Properties

Properties

onChange?: ((value, file?) => any)

Type declaration

    • (value, file?): any
    • Parameters

      • value: string | number | readonly string[]
      • Optional file: File

      Returns any

Generated using TypeDoc