UNPKG

@ebay/ui-core-react

Version:

Skin components build off React

4 lines 283 B
import { Dispatch, FC, ReactNode, SetStateAction } from "react"; declare const useRovingIndex: (children: ReactNode, FocusableType: FC, defaultValue?: number) => [number, Dispatch<SetStateAction<number>>]; export default useRovingIndex; //# sourceMappingURL=use-roving-index.d.ts.map