Type Alias RotateToHandlerFunction

RotateToHandlerFunction: (
    targetRotation: number,
    camera: BoardCamera,
    config: RotationHandlerConfig,
) => number

Type declaration