Skip to content

Commit

Permalink
removing unnecessary startmargin
Browse files Browse the repository at this point in the history
  • Loading branch information
herschelrs committed Nov 15, 2024
1 parent 3d8a7d5 commit 0945a68
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/react/WindowVirtualizer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,6 @@ export interface WindowVirtualizerProps {
* @defaultValue "div"
*/
item?: keyof JSX.IntrinsicElements | CustomItemComponent;
/**
* If you put an element before virtualizer, you have to define its height with this prop.
*/
startMargin: number;
/**
* Callback invoked when scrolling stops.
*/
Expand Down

0 comments on commit 0945a68

Please sign in to comment.