UNPKG

@aplus-frontend/antdv

Version:

Vue basic component library maintained based on ant-design-vue

5 lines (4 loc) 267 B
import type { AliasToken, GenerateStyle } from '../../theme/internal'; import type { TokenWithCommonCls } from '../../theme/util/genComponentStyleHook'; declare const genCollapseMotion: GenerateStyle<TokenWithCommonCls<AliasToken>>; export default genCollapseMotion;