Latest updates from IceHrmPro
This commit is contained in:
6
web/node_modules/antd/lib/_util/openAnimation.d.ts
generated
vendored
Normal file
6
web/node_modules/antd/lib/_util/openAnimation.d.ts
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
declare const animation: {
|
||||
enter(node: HTMLElement, done: () => void): any;
|
||||
leave(node: HTMLElement, done: () => void): any;
|
||||
appear(node: HTMLElement, done: () => void): any;
|
||||
};
|
||||
export default animation;
|
||||
Reference in New Issue
Block a user