Type Alias MotionConfig<K>

MotionConfig<K>: Record<K, {
    circle: MotionCircle | false;
}>

Type Parameters

  • K extends string