Keyframes
/ API Reference / Types
Keyframes
/ API Reference / Types

T_Keyframe

import { CSSProperties } from 'react'

type T_Keyframe = Partial<Record<'from' | 'to' | `${number}%`, CSSProperties>>