@ant-design/pro-chat
Version:
a solution for ai chat
12 lines (11 loc) • 473 B
TypeScript
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>;