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

7 lines (6 loc) 582 B
import * as React from 'react'; export declare const LiComponent: React.FC<React.PropsWithChildren<React.HTMLAttributes<HTMLLIElement>>>; export declare const BoldComponent: React.FC<React.PropsWithChildren<React.HTMLAttributes<HTMLLIElement>>>; export declare const StrongComponent: React.FC<React.PropsWithChildren<React.HTMLAttributes<HTMLLIElement>>>; export declare const ItalicComponent: React.FC<React.PropsWithChildren<React.HTMLAttributes<HTMLLIElement>>>; export declare const AccentComponent: React.FC<React.PropsWithChildren<React.HTMLAttributes<HTMLLIElement>>>;