UNPKG

botframework-webchat-component

Version:
8 lines 368 B
import { type OrgSchemaAction } from 'botframework-webchat-core'; import React, { type PropsWithChildren } from 'react'; type Props = Readonly<PropsWithChildren<{ actions: ReadonlySet<OrgSchemaAction>; }>>; declare const Feedback: React.MemoExoticComponent<({ actions }: Props) => React.JSX.Element>; export default Feedback; //# sourceMappingURL=Feedback.d.ts.map