@difizen/magent-chat
Version:
12 lines • 463 B
TypeScript
import './index.less';
export interface MarkdownProps {
children: any;
className?: string;
type?: 'message' | 'content';
components?: Record<string, any>;
remarkPlugins?: any[];
rehypePlugins?: any[];
}
export declare function ImageModal({ src, alt }: any): import("react/jsx-runtime").JSX.Element;
export declare const DefaultMarkdown: (props: MarkdownProps) => import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=index.d.ts.map