UNPKG

@gravity-ui/uikit

Version:

Gravity UI base styling and components

8 lines (7 loc) 317 B
import * as React from 'react'; import type { FlattenOption } from "../utils.js"; export declare function useActiveItemIndex({ options, value, open, }: { options: FlattenOption[]; open: boolean; value: string[]; }): readonly [number | undefined, React.Dispatch<React.SetStateAction<number | undefined>>];