UNPKG

@ant-design/pro-chat

Version:
12 lines (11 loc) 473 B
import { type HTMLAttributes } from 'react'; export * from './customStylish'; export * from './customToken'; export * from './llm'; export * from './message'; export * from './meta'; export type DivProps = HTMLAttributes<HTMLDivElement>; export type SvgProps = HTMLAttributes<SVGSVGElement>; export type ImgProps = HTMLAttributes<HTMLImageElement>; export type InputProps = HTMLAttributes<HTMLInputElement>; export type TextAreaProps = HTMLAttributes<HTMLTextAreaElement>;