UNPKG

react-kiwi-dropdown

Version:

| Name | Type | Description | | --------------------------- | -------------------- | ----------- | | options | array | | selectedOption | string | | onCha

14 lines (10 loc) 309 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = function (value) { const valueInLowerCase = value.toLowerCase(); return valueInLowerCase === 'normal' ? '400' : valueInLowerCase === 'bold' ? '700' : value; }; ; module.exports = exports['default'];