jobiqo-cl
Version:
[](https://circleci.com/gh/jobiqo/jobiqo-cl)
18 lines (13 loc) • 375 B
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
var hook = require('./hook.js');
var styleSingleton = function () {
var useStyle = hook.styleHookSingleton();
var Sheet = function (_a) {
var styles = _a.styles;
useStyle(styles);
return null;
};
return Sheet;
};
exports.styleSingleton = styleSingleton;