UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

14 lines (13 loc) 368 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = setContent; var _useSharedState = require("../../../../shared/helpers/useSharedState"); function setContent(id, content) { const sharedState = (0, _useSharedState.createSharedState)(id); sharedState.extend({ content }); } //# sourceMappingURL=setContent.js.map