AdminLTE/plugins/filterizr/animate.d.ts

7 lines
205 B
TypeScript
Executable File

declare class Animator {
static animate(node: HTMLElement, targetStyles: object): Promise<void>;
private static process;
}
declare const _default: typeof Animator.animate;
export default _default;