UNPKG

motion

Version:

The Motion library for the web

7 lines (6 loc) 227 B
import { BasicAnimationControls } from "../types"; export interface WithCommitStyles { commitStyles: VoidFunction; cancel: VoidFunction; } export declare function stopAnimation(animation: BasicAnimationControls): void;