useAnimateConfig.d.ts 181 B

123
  1. import type { TabsProps } from '..';
  2. import type { AnimatedConfig } from '../interface';
  3. export default function useAnimateConfig(animated?: TabsProps['animated']): AnimatedConfig;