Skip to content
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.

Commit

Permalink
Merge pull request #63 from 14rau/fix-virtuoso-typing
Browse files Browse the repository at this point in the history
Add Typing to VirtuosoProps
  • Loading branch information
nosferatu500 authored Sep 11, 2023
2 parents d574ad7 + 1925b7c commit 433f0db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/react-sortable-tree.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -818,7 +818,7 @@ export type ReactSortableTreeProps = {

// Properties passed directly to the underlying Virtuoso component
// See https://virtuoso.dev/virtuoso-api-reference/#virtuoso-properties
virtuosoProps?: VirtuosoProps
virtuosoProps?: VirtuosoProps<any, unknown>

// Ref for Virtuoso component
// Use virtuosoRef when you wont to use virtuoso handler
Expand Down

0 comments on commit 433f0db

Please sign in to comment.