interface FilePickerInputConfig {
    noupload?: boolean;
    placeholder?: string;
    type?: any;
}

Properties

noupload?: boolean
placeholder?: string
type?: any