vue-tsx-support icon indicating copy to clipboard operation
vue-tsx-support copied to clipboard

Add transition duration prop

Open Maxim-Mazurok opened this issue 3 years ago • 0 comments

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)

Maxim-Mazurok avatar Dec 06 '21 00:12 Maxim-Mazurok