MobX RESTful table
    Preparing search index...

    Type Alias FilePreviewProps

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