Skip to content

Commit

Permalink
Fixed #2123 - Update VirtualScroller.d.ts to remove extra ';'
Browse files Browse the repository at this point in the history
  • Loading branch information
pieandcakes authored Jun 23, 2021
1 parent 9617a9e commit 54f746f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/virtualscroller/VirtualScroller.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ interface VirtualScrollerRenderedRange {
first: number;
last: number;
viewport: VirtualScrollerViewportRenderedRange;
};
}

interface VirtualScrollerState {
rows: number;
Expand Down

0 comments on commit 54f746f

Please sign in to comment.