We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2731ebc commit faeb53eCopy full SHA for faeb53e
packages/@react-stately/data/src/useAsyncList.ts
@@ -14,7 +14,7 @@ import {createListActions, ListData, ListState} from './useListData';
14
import {Key, Reducer, useEffect, useReducer} from 'react';
15
import {LoadingState, Selection, SortDescriptor} from '@react-types/shared';
16
17
-interface AsyncListOptions<T, C> {
+export interface AsyncListOptions<T, C> {
18
/** The keys for the initially selected items. */
19
initialSelectedKeys?: Iterable<Key>,
20
/** The initial sort descriptor. */
0 commit comments