vue-tsx-support
vue-tsx-support copied to clipboard
Add transition duration prop
Adds duration prop for the <transition /> component.
See Explicit Transition Durations
Should resolve this error:
Type '{ duration: number; }' is not assignable to type 'CombinedTsxComponentAttrs<TransitionProps, {}, {}, {}, {}, true>'.
Property 'duration' does not exist on type 'CombinedTsxComponentAttrs<TransitionProps, {}, {}, {}, {}, true>'.ts(2322)