UNPKG

@tapie-kr/inspire-react

Version:

React Component Collection for INSPIRE

18 lines (15 loc) 639 B
/* eslint-disable */ /* * INSPIRE : Creative Kit * React Component Collection for INSPIRE * * This file is generated automatically. Do not modify it manually * Generated at : 2025. 3. 4. 오후 6:18:13 * @tapie-kr/inspire-react version: 0.2.15 * * (c) 2025 TAPIE. All rights reserved. * MIT License */ 'use strict'; function getShorthandedValue(first,second,third,fourth){if(second===undefined){return first.toString()}if(third===undefined){return `${first} ${second}`}if(fourth===undefined){return `${first} ${second} ${third}`}return `${first} ${second} ${third} ${fourth}`} exports.getShorthandedValue = getShorthandedValue;