@nexusui/components
Version:
These are custom components specially-developed for NexusUI applications. They will make your life easier by giving you out-of-the-box implementations for various high-level UI elements that you can drop directly into your application.
2 lines (1 loc) • 540 B
JavaScript
import{decimalToFraction as r,decimalToMixedNumber as t,fractionToDecimal as i,isBaseTwoFraction as o,isNumber as e,isFraction as a,isMixedNumberWithBaseTwoFraction as m,stringToUnitValue as n}from"./helper.js";export{UnitFormatter}from"./UnitFormatter.container.js";export{SimpleUnitFormatter}from"./SimpleUnitFormatter.container.js";const c={decimalToFraction:r,decimalToMixedNumber:t,fractionToDecimal:i,isBaseTwoFraction:o,isNumber:e,isFraction:a,isMixedNumberWithBaseTwoFraction:m,stringToUnitValue:n};export{c as unitFormatterUtils};