Interface FileUploaderProps

interface FileUploaderProps {
    defaultValue?: string | string[];
    store: FileModel;
    value?: string | string[];
    [key: string]: any;
}

Hierarchy (View Summary)

Indexable

  • [key: string]: any

Properties

defaultValue?: string | string[]
store: FileModel
value?: string | string[]
MMNEPVFCICPMFPCPTTAAATR