mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-04 15:10:06 +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'
|
||||
|
||||
interface TransformState {
|
||||
export interface TransformState {
|
||||
screenToCanvas: (p: Point) => Point
|
||||
canvasToScreen: (p: Point) => Point
|
||||
camera?: { x: number; y: number; z: number }
|
||||
|
||||
Reference in New Issue
Block a user