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