@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) • 399 B
JavaScript
import{Length as e,LengthUnits as o}from"./Length.js";import{Weight as r,WeightUnits as t}from"./Weight.js";import{Volume as m,VolumeUnits as g}from"./Volume.js";import{ForcePerLength as h,ForcePerLengthUnits as i}from"./ForcePerLength.js";const n={Length:o,Weight:t,Volume:g,ForcePerLength:i};var s={Length:e,Weight:r,Volume:m,ForcePerLength:h};export{n as DefaultUnitFormatterUnits,s as default};