mirror of
https://github.com/itflow-org/itflow
synced 2026-03-02 11:54:52 +00:00
Updated AdminLTE to 3.04 assets, added search to side bar, added company select drop down on sidebar. removed extra delete under edit contact
This commit is contained in:
6
plugins/filterizr/animate.d.ts
vendored
Normal file
6
plugins/filterizr/animate.d.ts
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
declare class Animator {
|
||||
static animate(node: HTMLElement, targetStyles: object): Promise<void>;
|
||||
private static process;
|
||||
}
|
||||
declare const _default: typeof Animator.animate;
|
||||
export default _default;
|
||||
Reference in New Issue
Block a user