Interface FilePickerProps

interface FilePickerProps {
    onChange?: (
        value: string | number | readonly string[],
        file?: File,
    ) => any;
}

Hierarchy

  • FormComponentProps
    • FilePickerProps

Properties

Properties

onChange?: (value: string | number | readonly string[], file?: File) => any
MMNEPVFCICPMFPCPTTAAATR