import { Ref } from 'vue'; export interface ViewerTool { isActive: Ref; }