mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-03-03 04:00:31 +00:00
feat: Add smooth slide-up animation to SelectionToolbox (#4832)
This commit is contained in:
9
src/types/selectionOverlayTypes.ts
Normal file
9
src/types/selectionOverlayTypes.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import type { InjectionKey, Ref } from 'vue'
|
||||
|
||||
export interface SelectionOverlayState {
|
||||
visible: Readonly<Ref<boolean>>
|
||||
updateCount: Readonly<Ref<number>>
|
||||
}
|
||||
|
||||
export const SelectionOverlayInjectionKey: InjectionKey<SelectionOverlayState> =
|
||||
Symbol('selectionOverlayState')
|
||||
Reference in New Issue
Block a user