synapse-react-client
Version:
[](https://badge.fury.io/js/synapse-react-client) [](https://github.com/prettier/prettie
20 lines • 535 B
TypeScript
/**
* Types of files that can be previewed. The PreviewFileType of a file handle can be determined based on its MIME type.
* Each value corresponds to a particular renderer.
*/
export declare enum PreviewRendererType {
PLAINTEXT = "PLAINTEXT",
CODE = "CODE",
ZIP = "ZIP",
CSV = "CSV",
IMAGE = "IMAGE",
NONE = "NONE",
TAB = "TAB",
HTML = "HTML",
PDF = "PDF",
IPYNB = "IPYNB",
VIDEO = "VIDEO",
MARKDOWN = "MARKDOWN",
TIFF = "TIFF"
}
//# sourceMappingURL=PreviewRendererType.d.ts.map