@limetech/lime-elements
Version:
2 lines • 713 B
JavaScript
function n(n){if(!!n&&typeof n==="object"&&"name"in n){return n.name}if(typeof n==="string"){return n}return undefined}function e(n,e){if(!!n&&typeof n==="object"&&"color"in n){return n.color}if(typeof n==="string"){return e}return undefined}function t(n,e){if(!!n&&typeof n==="object"&&"color"in n){return n.color}if(typeof n==="string"){return e}return undefined}function r(n,e){if(!!n&&typeof n==="object"&&"backgroundColor"in n){return n.backgroundColor}if(typeof n==="string"){return e}return undefined}function i(n,e){if(!!n&&typeof n==="object"&&"title"in n){return n.title}if(typeof n==="string"){return e}return undefined}export{e as a,i as b,r as c,t as d,n as g};
//# sourceMappingURL=p-d251f404.js.map