UNPKG

@uifabric/merge-styles

Version:
6 lines (5 loc) 133 B
import { IRawStyle } from './IRawStyle'; /** * Keyframe definition. */ export declare type IKeyframes = Record<string, IRawStyle>;