Interface AnimationComponentProps

interface AnimationComponentProps {
    frames: AnimationFrame[];
}

Properties

Properties

frames: AnimationFrame[]