UNPKG

@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) 688 B
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});exports.area={base:"m²","m²":{toBase:e=>e,fromBase:e=>e,fullName:"Square meter"},"km²":{toBase:e=>1e6*e,fromBase:e=>e/1e6,fullName:"Square kilometer"},"cm²":{toBase:e=>e/1e4,fromBase:e=>1e4*e,fullName:"Square centimeter"},"mm²":{toBase:e=>e/1e6,fromBase:e=>1e6*e,fullName:"Square millimeter"},"in²":{toBase:e=>64516e-8*e,fromBase:e=>e/64516e-8,fullName:"Square inch"},"ft²":{toBase:e=>.09290304*e,fromBase:e=>e/.09290304,fullName:"Square foot"},"yd²":{toBase:e=>.83612736*e,fromBase:e=>e/.83612736,fullName:"Square yard"},"mi²":{toBase:e=>2589988.110336*e,fromBase:e=>e/2589988.110336,fullName:"Square mile"}};