UNPKG

165 BTypeScriptView Raw
1import { IKeyframes } from './IKeyframes';
2/**
3 * Registers keyframe definitions.
4 *
5 * @public
6 */
7export declare function keyframes(timeline: IKeyframes): string;