UNPKG

antd

Version:

An enterprise-class UI design language and React components implementation

4 lines (3 loc) 209 B
import type { AnimatedConfig } from 'rc-tabs/lib/interface'; import type { TabsProps } from '..'; export default function useAnimateConfig(prefixCls: string, animated?: TabsProps['animated']): AnimatedConfig;