UNPKG

antd

Version:

An enterprise-class UI design language and React components implementation

8 lines (7 loc) 418 B
import type { CSSInterpolation } from '@ant-design/cssinjs'; import { Keyframes } from '@ant-design/cssinjs'; import type { AliasToken } from '../../theme'; import type { TokenWithCommonCls } from '../../theme/util/genComponentStyleHook'; export declare const fadeIn: Keyframes; export declare const fadeOut: Keyframes; export declare const initFadeMotion: (token: TokenWithCommonCls<AliasToken>) => CSSInterpolation;