UNPKG

botframework-webchat-component

Version:
4 lines 327 B
import type { WebChatActivity } from 'botframework-webchat-core'; import type { ActivityWithRenderer } from './types'; export default function useActivitiesWithRenderer(activities: readonly WebChatActivity[], createActivityRenderer: any): readonly ActivityWithRenderer[]; //# sourceMappingURL=useActivitiesWithRenderer.d.ts.map