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

12 lines (11 loc) 281 B
import React from 'react'; import 'photoswipe/style.css'; type Props = { id: string; poster?: HTMLImageElement; videoUrl?: string; showPlayIcon?: boolean; className?: string; }; declare const GalleryItem: React.FC<Props>; export default GalleryItem;