Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
inokawa committed Jul 29, 2023
1 parent 35abb45 commit 2d2d1a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/react/WVList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ export interface WVListProps extends WindowComponentAttributes {
}

/**
* Virtualized list component controlled by the window scrolling. See {@link WVListProps}.
* Virtualized list component controlled by the window scrolling. See {@link WVListProps} and {@link WVListHandle}.
*/
export const WVList = forwardRef<WVListHandle, WVListProps>(
(
Expand Down

0 comments on commit 2d2d1a4

Please sign in to comment.