UNPKG

seyfert-html-transcripts

Version:
8 lines (7 loc) 272 B
import type { RenderMessageContext } from '..'; import React from 'react'; import type { Message } from 'seyfert'; export default function MessageReply({ message, context }: { message: Message; context: RenderMessageContext; }): Promise<React.JSX.Element | null>;