BootCell
    Preparing search index...

    Interface FileUploaderProps

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

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any
    Index

    Properties

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