JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr{ gilour

File "file-preview-props.ts"

Full Path: /home/markqprx/iniasli.pro/client/uploads/preview/file-preview/file-preview-props.ts
File size: 152 bytes
MIME-type: text/plain
Charset: utf-8

import {FileEntry} from '../../file-entry';

export interface FilePreviewProps {
  entry: FileEntry;
  className?: string;
  allowDownload?: boolean;
}