UNPKG

@react-native-aria/listbox

Version:
5 lines (4 loc) 226 B
import { Key } from 'react'; import { ListState } from '@react-stately/list'; export declare const listIds: WeakMap<ListState<unknown>, string>; export declare function getItemId<T>(state: ListState<T>, itemKey: Key): string;