Skip to content

Commit 48f76a5

Browse files
authored
Merge pull request #481 from vpicone/patch-1
Update Trail Props to allow for all spring props
2 parents 3ae18a0 + 6ce0934 commit 48f76a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/universal.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ export class Transition<
231231

232232
type TrailKeyProps = string | number
233233

234-
interface TrailProps<TItem, DS extends object = {}> extends SpringBaseProps {
234+
interface TrailProps<TItem, DS extends object = {}> extends SpringProps {
235235
/**
236236
* Base values, optional
237237
*/

0 commit comments

Comments
 (0)