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 f0018ed commit f1de813Copy full SHA for f1de813
packages/@react-stately/layout/src/ListLayout.ts
@@ -25,8 +25,7 @@ export type ListLayoutOptions<T> = {
25
indentationForItem?: (collection: Collection<Node<T>>, key: Key) => number,
26
collator?: Intl.Collator,
27
loaderHeight?: number,
28
- placeholderHeight?: number,
29
- allowDisabledKeyFocus?: boolean
+ placeholderHeight?: number
30
};
31
32
// A wrapper around LayoutInfo that supports hierarchy
0 commit comments