UNPKG

synapse-react-client

Version:

[![npm version](https://badge.fury.io/js/synapse-react-client.svg)](https://badge.fury.io/js/synapse-react-client) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettie

20 lines 535 B
/** * 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