/// type Props = { data: any[]; valueType: 'index' | 'id'; index?: ExpValue; id?: ExpValue; fillIndex?: number; callback?: (index: number) => void; }; export default function useTabActIndex(props: Props): [React.MutableRefObject, (state: number) => void]; export {};