UNPKG

@sandlada/vue-mdc

Version:

![Vue MDC Logo](https://raw.githubusercontent.com/sandlada/vue-mdc/refs/heads/main/docs/vue-mdc-cover.png)

9 lines 430 B
/** * @license * Copyright 2025 Sandlada & Kai Orion * SPDX-License-Identifier: MIT */ import type { AnimationSignal } from '../../internals/motion/animation'; export declare function animateOpen(tooltipEl: HTMLElement, animationSignal: AnimationSignal): Promise<boolean>; export declare function animateClose(tooltipEl: HTMLElement, animationSignal: AnimationSignal): Promise<boolean>; //# sourceMappingURL=animation.d.ts.map