ResolvedFormatCompositeProps Type Alias
ResolvedFormatCompositeProps = Omit<FormatCompositeProps, "units"> & { units: ResolvedFormatUnitSpec[] }
A FormatCompositeProps with unit names replaced with JSON representations of those units.
Defined in
- quantity/src/Formatter/Interfaces.ts Line 112
Last Updated: 05 February, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.