UNPKG

@react-native-aria/listbox

Version:
5 lines 261 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; //# sourceMappingURL=utils.d.ts.map