botframework-webchat-component
Version:
React component of botframework-webchat
8 lines • 346 B
TypeScript
import type { FC, PropsWithChildren } from 'react';
type RovingTabIndexContextProps = PropsWithChildren<{
onEscapeKey?: () => void;
orientation?: 'horizontal' | 'vertical';
}>;
declare const RovingTabIndexComposer: FC<RovingTabIndexContextProps>;
export default RovingTabIndexComposer;
//# sourceMappingURL=RovingTabIndexComposer.d.ts.map