Interface WebFileField

interface WebFileField {
    defaultValue?: string | string[];
    props: FileUploaderProps;
    value?: string | string[];
}

Hierarchy (View Summary, Expand)

Implemented by

Properties

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