import { Domain } from '../../../utils/types'; export type RulerTrackProps = { width: number; height: number; domain: Domain; };