UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

31 lines (30 loc) 768 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ToolbarProperties = exports.ToolbarEvents = void 0; const ToolbarProperties = exports.ToolbarProperties = { '[Space](/uilib/layout/space/properties)': { doc: 'Spacing properties like `top` or `bottom` are supported.', type: 'Various', status: 'optional' } }; const ToolbarEvents = exports.ToolbarEvents = { onEdit: { doc: 'Callback for the edit button.', type: 'Function', status: 'optional' }, onDone: { doc: 'Callback for the done button.', type: 'Function', status: 'optional' }, onCancel: { doc: 'Callback for the cancel button.', type: 'Function', status: 'optional' } }; //# sourceMappingURL=ToolbarDocs.js.map