UNPKG

@gzued/antd-compiled

Version:

Pre-bundled Ant Design 4.x and related dependencies for @gzued packages

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