UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

12 lines (11 loc) 421 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = clearData; var _useSharedState = require("../../../../shared/helpers/useSharedState.js"); function clearData(id) { const sharedAttachments = (0, _useSharedState.createSharedState)((0, _useSharedState.createReferenceKey)(id, 'attachments')); sharedAttachments.data?.clearData?.(); } //# sourceMappingURL=clearData.js.map