BootCell
    Preparing search index...

    Type Alias FilePreviewProps

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