Files
icehrm/web/node_modules/antd/lib/_util/openAnimation.d.ts
2020-05-20 18:47:29 +02:00

7 lines
216 B
TypeScript

declare const animation: {
enter(node: HTMLElement, done: () => void): any;
leave(node: HTMLElement, done: () => void): any;
appear(node: HTMLElement, done: () => void): any;
};
export default animation;