Outlook_Addin_LLM/node_modules/@fluentui/merge-styles/lib-amd/IKeyframes.d.ts

6 lines
125 B
TypeScript

import { IRawStyle } from './IRawStyle';
/**
* Keyframe definition.
*/
export type IKeyframes = Record<string, IRawStyle>;