@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
31 lines (30 loc) • 863 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ViewContainerProperties = exports.ViewContainerEvents = void 0;
const ViewContainerProperties = exports.ViewContainerProperties = {
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 ViewContainerEvents = exports.ViewContainerEvents = {
onEdit: {
doc: 'Callback for the edit button.',
type: 'Function',
status: 'optional'
}
};
//# sourceMappingURL=ViewContainerDocs.js.map