File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/@react-aria/utils/src Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 10
10
* governing permissions and limitations under the License.
11
11
*/
12
12
13
- import type { AsyncLoadable , Collection , Node } from '@react-types/shared' ;
13
+ import type { AsyncLoadable , Collection } from '@react-types/shared' ;
14
14
import { getScrollParent } from './getScrollParent' ;
15
15
import { RefObject , useRef } from 'react' ;
16
16
import { useEffectEvent } from './useEffectEvent' ;
17
17
import { useLayoutEffect } from './useLayoutEffect' ;
18
18
19
19
export interface LoadMoreSentinelProps extends Omit < AsyncLoadable , 'isLoading' > {
20
- collection : Collection < Node < unknown > > ,
20
+ collection : Collection < any > ,
21
21
/**
22
22
* The amount of offset from the bottom of your scrollable region that should trigger load more.
23
23
* Uses a percentage value relative to the scroll body's client height. Load more is then triggered
You can’t perform that action at this time.
0 commit comments