UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

36 lines (35 loc) 971 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EditContainerProperties = exports.EditContainerEvents = void 0; const EditContainerProperties = exports.EditContainerProperties = { title: { doc: 'The title of the container.', type: 'React.Node', status: 'optional' }, variant: { doc: 'Defines the variant of the container. Can be `outline`, `filled` or `basic`. Defaults to `outline`.', type: 'string', status: 'optional' }, '[FlexVertical](/uilib/layout/flex/container/properties)': { doc: 'All Flex.Vertical properties.', type: 'Various', status: 'optional' } }; const EditContainerEvents = exports.EditContainerEvents = { onDone: { doc: 'Callback for the done button.', type: 'Function', status: 'optional' }, onCancel: { doc: 'Callback for the cancel button.', type: 'Function', status: 'optional' } }; //# sourceMappingURL=EditContainerDocs.js.map