MobX RESTful table - v2.7.2
    Preparing search index...

    Interface FileUploaderProps

    interface FileUploaderProps {
        onView?: (data: Pick<FilePreviewProps, "path" | "file">) => void;
        store: FileModel;
    }

    Hierarchy

    Index
    onView?: (data: Pick<FilePreviewProps, "path" | "file">) => void
    store: FileModel