UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

20 lines (19 loc) 610 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.RemoveButtonProperties = exports.RemoveButtonEvents = 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' } }; const RemoveButtonEvents = exports.RemoveButtonEvents = {}; //# sourceMappingURL=RemoveButtonDocs.js.map