UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

8 lines 314 B
import { createSharedState, createReferenceKey } from "../../../../shared/helpers/useSharedState.js"; export default function setContent(id, content) { const sharedState = createSharedState(createReferenceKey(id, 'info-overlay')); sharedState.extend({ content }); } //# sourceMappingURL=setContent.js.map