UNPKG

rc-tabs

Version:
4 lines (3 loc) 181 B
import type { TabsProps } from '..'; import type { AnimatedConfig } from '../interface'; export default function useAnimateConfig(animated?: TabsProps['animated']): AnimatedConfig;