UNPKG

@cobuildlab/8base-chat

Version:

Chat component that uses 8base

8 lines (7 loc) 237 B
/// <reference types="react" /> export declare const DOCUMENT_PREVIEW_ID = "DOCUMENT_PREVIEW_ID"; declare function DocumentPreview(): JSX.Element; declare namespace DocumentPreview { var id: string; } export default DocumentPreview;