UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

19 lines (18 loc) 521 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.RemoveButtonProperties = void 0; const RemoveButtonProperties = exports.RemoveButtonProperties = { showConfirmDialog: { doc: 'Use `true` to show a confirmation dialog before removing the item.', type: 'boolean', status: 'optional' }, '[Button](/uilib/components/button/properties)': { doc: 'All button properties.', type: 'Various', status: 'optional' } }; //# sourceMappingURL=RemoveButtonDocs.js.map