import type { Unit } from "./Unit.js"; import type { UnitDisplay } from "./UnitDisplay.js"; export type UnitNumberFormatStyle = { unit: Unit; unitDisplay: UnitDisplay | null; };