UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

30 lines 802 B
export const EditContainerProperties = { title: { doc: 'The title of the container.', type: 'React.ReactNode', status: 'optional' }, variant: { doc: 'Defines the variant of the container. Can be `outline`, `filled` or `basic`. Defaults to `outline`.', type: ['"outline"', '"filled"', '"basic"'], status: 'optional' }, '[FlexVertical](/uilib/layout/flex/container/properties)': { doc: 'All Flex.Vertical properties.', type: 'Various', status: 'optional' } }; export const 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