UNPKG

133 BTypeScriptView Raw
1import { IRawStyle } from './IRawStyle';
2/**
3 * Keyframe definition.
4 */
5export declare type IKeyframes = Record<string, IRawStyle>;