mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-29 18:52:19 +00:00
Revert "chore: make TransformState interface non-exported to satisfy knip pre-push"
This reverts commit 110ecf31da.
This commit is contained in:
@@ -2,7 +2,7 @@ import type { InjectionKey } from 'vue'
|
|||||||
|
|
||||||
import type { Point } from '@/renderer/core/layout/types'
|
import type { Point } from '@/renderer/core/layout/types'
|
||||||
|
|
||||||
interface TransformState {
|
export interface TransformState {
|
||||||
screenToCanvas: (p: Point) => Point
|
screenToCanvas: (p: Point) => Point
|
||||||
canvasToScreen: (p: Point) => Point
|
canvasToScreen: (p: Point) => Point
|
||||||
camera?: { x: number; y: number; z: number }
|
camera?: { x: number; y: number; z: number }
|
||||||
|
|||||||
Reference in New Issue
Block a user