import { createContext } from 'react'; import { Keyframes } from './Keyframes'; export const KeyframesContext = createContext(new Keyframes());