import { DrawableRulerAnnotation } from '../../types'; export interface RulerViewerProps { isHovered: boolean; showLabel: boolean; showOutline: boolean; annotation: DrawableRulerAnnotation; }