ResolvedFormatCompositeProps Type Alias
ResolvedFormatCompositeProps = Omit<FormatCompositeProps, "units"> & { units: { label?: string, unit: UnitProps }[] }
A FormatCompositeProps with unit names replaced with JSON representations of those units.
Defined in
Last Updated: 24 September, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.