import { View, Label } from "./evg_types"; /** * Length units. Each bar below is declared in a different unit but they are * all the same length on the page, which is the point: an inch is 96px, a * point is 96/72px, and a millimetre is 96/25.4px, exactly as CSS defines * them. `em` and `rem` differ deliberately — the middle block sets its own * font-size, so `em` follows it while `rem` stays with the root. */ function render() { return ( ); }