Public typealias

Signature
type TLCameraMoveOptions = Partial<{
  animation: Partial<{
    easing: (t: number) => number
    duration: number
  }>
  force: boolean
  immediate: boolean
  reset: boolean
}>
Source

packages/editor/src/lib/editor/types/misc-types.ts

TLBrushPropsTLCameraOptions