UNPKG
@rc-component/tabs
Version:
latest (1.7.0)
1.7.0
1.6.0
1.5.2
1.5.1
1.5.0
1.4.1
1.4.0
1.3.0
1.2.1
1.2.0
1.1.0
1.0.0
tabs ui component for react
github.com/react-component/tabs
react-component/tabs
@rc-component/tabs
/
lib
/
hooks
/
useAnimateConfig.d.ts
4 lines
(3 loc)
•
181 B
TypeScript
View Raw
1
2
3
4
import
type
{
TabsProps
}
from
'..'
;
import
type
{
AnimatedConfig
}
from
'../interface'
;
export
default
function
useAnimateConfig
(
animated
?:
TabsProps
[
'animated'
]
):
AnimatedConfig
;