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

    Type Alias FilePreviewProps

    FilePreviewProps: ImageProps & HTMLAttributes<HTMLAudioElement> & HTMLAttributes<
        HTMLVideoElement,
    > & HTMLAttributes<HTMLAnchorElement> & {
        file?: HTMLMediaElement["srcObject"];
        path?: string;
        type?: InputHTMLAttributes<HTMLInputElement>["accept"];
    }