Signal drop!
Relay (operand.online) is unreachable.
Usually, a dropped signal means an upgrade is happening. Hold on!
Sorry, no connección.
Hang in there while we get back on track
gram: docs
> ./packages/vue/src/components/imageSelectionTypes.ts
/**
* Shared `ImageSelectionInfo` type — imported by
* `ImageSelectionOverlay.vue` (for `defineProps`) and
* `useImageActions.ts` (for the composable's `selectedImage` ref).
* Pulled out of the .vue SFC so a plain .ts module can reference it
* without going through the `*.vue` wildcard shim, which doesn't
* carry named type exports.
*/
export interface ImageSelectionInfo {
element: HTMLElement;
pmPos: number;
width: number;
height: number;
}