mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-30 11:11:53 +00:00
fix: unused exports
This commit is contained in:
@@ -3,7 +3,7 @@ import { type ComputedRef, type Ref, computed, unref } from 'vue'
|
|||||||
import type { VueNodeData } from '@/composables/graph/useGraphNodeManager'
|
import type { VueNodeData } from '@/composables/graph/useGraphNodeManager'
|
||||||
import { cn } from '@/utils/tailwindUtil'
|
import { cn } from '@/utils/tailwindUtil'
|
||||||
|
|
||||||
export interface NodePresentationOptions {
|
interface NodePresentationOptions {
|
||||||
readonly?: boolean
|
readonly?: boolean
|
||||||
isPreview?: boolean
|
isPreview?: boolean
|
||||||
scale?: number
|
scale?: number
|
||||||
@@ -18,7 +18,7 @@ export interface NodePresentationOptions {
|
|||||||
shouldHandleNodePointerEvents?: ComputedRef<boolean>
|
shouldHandleNodePointerEvents?: ComputedRef<boolean>
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface NodePresentationState {
|
interface NodePresentationState {
|
||||||
// Classes
|
// Classes
|
||||||
containerBaseClasses: ComputedRef<string>
|
containerBaseClasses: ComputedRef<string>
|
||||||
separatorClasses: string
|
separatorClasses: string
|
||||||
|
|||||||
Reference in New Issue
Block a user