UNPKG

@alifd/next

Version:

A configurable component library for web built on React.

17 lines (16 loc) 328 B
/** * 是否支持 animation 以及动画结束事件名 */ export declare const animation: false | { end: string; }; /** * 是否支持 transition 以及过滤效果结束事件名 */ export declare const transition: false | { end: string; }; /** * 是否支持 flex 属性 */ export declare const flex: boolean;