botframework-webchat-component
Version:
React component of botframework-webchat
8 lines • 390 B
TypeScript
import type { MutableRefObject } from 'react';
type RovingTabIndexContextType = {
itemEffector: <T extends HTMLElement>(ref: MutableRefObject<T>, index: number) => () => void;
};
declare const RovingTabIndexContext: import("react").Context<RovingTabIndexContextType>;
export default RovingTabIndexContext;
export type { RovingTabIndexContextType };
//# sourceMappingURL=Context.d.ts.map