Skip to content

Commit faeb53e

Browse files
mattywongLFDanLu
andauthored
export AsyncListOptions interface (#2417)
closes #2373 Co-authored-by: Daniel Lu <[email protected]>
1 parent 2731ebc commit faeb53e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@react-stately/data/src/useAsyncList.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import {createListActions, ListData, ListState} from './useListData';
1414
import {Key, Reducer, useEffect, useReducer} from 'react';
1515
import {LoadingState, Selection, SortDescriptor} from '@react-types/shared';
1616

17-
interface AsyncListOptions<T, C> {
17+
export interface AsyncListOptions<T, C> {
1818
/** The keys for the initially selected items. */
1919
initialSelectedKeys?: Iterable<Key>,
2020
/** The initial sort descriptor. */

0 commit comments

Comments
 (0)