UNPKG

@wix/design-system

Version:

@wix/design-system

9 lines (8 loc) 173 B
export default (function (object) { return function (style) { if (typeof object === 'function') { return object(style); } return object[style]; }; });