UNPKG

botframework-webchat-component

Version:
8 lines 346 B
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