8 lines
152 B
TypeScript
Executable File
8 lines
152 B
TypeScript
Executable File
import {FileEntry} from '../../file-entry';
|
|
|
|
export interface FilePreviewProps {
|
|
entry: FileEntry;
|
|
className?: string;
|
|
allowDownload?: boolean;
|
|
}
|