UNPKG

@cds/core

Version:

Clarity Design System - common components, themes, and utilties

3 lines (2 loc) 245 B
import { AnimatableElement, PropertyDrivenAnimation } from '../motion/interfaces.js'; export declare function animate(config: PropertyDrivenAnimation): (() => void) | (<T extends new (...args: any[]) => AnimatableElement>(constructor: T) => T);