UNPKG
@while-and-for/tremor-react
Version:
latest (0.0.1-development)
0.0.1-development
0.0.0-development
The React library to build dashboards faster.
github.com/tremorlabs/tremor
tremorlabs/tremor
@while-and-for/tremor-react
/
dist
/
components
/
chart-elements
/
common
/
BaseAnimationTimingProps.d.ts
6 lines
(5 loc)
•
141 B
TypeScript
View Raw
1
2
3
4
5
6
interface
BaseAnimationTimingProps
{
animationDuration
?:
number
;
showAnimation
?:
boolean
; }
export
default
BaseAnimationTimingProps
;