botframework-webchat-component
Version:
React component of botframework-webchat
8 lines • 316 B
TypeScript
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