UNPKG

antd

Version:

An enterprise-class UI design language and React components implementation

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