UNPKG

@plteam/chat-ui

Version:

CUI Kit is a free and open-source library for creating AI assistant chat interfaces, built with React, Material UI, and TypeScript

11 lines (10 loc) 239 B
export declare const BLOCK_CHILDREN_KEY = "pswp_link_a"; export interface PhotoSwipeGalleryItem { id?: number; src: string; origins?: string; thumbnail: string; w: number; h: number; title?: string; }