mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Removing unused prop from VirtualList
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
parent
5790b30328
commit
489c07801f
@ -44,7 +44,6 @@ interface Props<T extends ItemObject = any> {
|
||||
getRow?: (uid: string | number) => React.ReactElement<any>;
|
||||
onScroll?: (props: ListOnScrollProps) => void;
|
||||
outerRef?: React.Ref<any>
|
||||
listClassName?: string;
|
||||
}
|
||||
|
||||
interface State {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user