UNPKG

botframework-webchat-component

Version:
8 lines 316 B
import { type OrgSchemaProject } from 'botframework-webchat-core'; import React from 'react'; type Props = Readonly<{ project: OrgSchemaProject; }>; declare const Originator: React.MemoExoticComponent<({ project }: Props) => React.JSX.Element>; export default Originator; //# sourceMappingURL=Originator.d.ts.map