minishouyin/node_modules/antd/lib/style/motion/collapse.d.ts

4 lines
205 B
TypeScript
Raw Permalink Normal View History

2025-11-12 11:35:57 +08:00
import type { AliasToken, GenerateStyle, TokenWithCommonCls } from '../../theme/internal';
declare const genCollapseMotion: GenerateStyle<TokenWithCommonCls<AliasToken>>;
export default genCollapseMotion;