@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
24 lines (23 loc) • 685 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.InlineProperties = void 0;
const InlineProperties = exports.InlineProperties = {
children: {
doc: 'Inline layout container for content elements, typically `Stat.Trend` and `Stat.Info`.',
type: ['React.ReactNode'],
status: 'optional'
},
skeleton: {
doc: 'Applies skeleton state to the inline container.',
type: 'boolean',
status: 'optional'
},
'[Flex.Horizontal](/uilib/layout/flex/horizontal/properties)': {
doc: 'Supports all additional `Flex.Horizontal` properties.',
type: 'Various',
status: 'optional'
}
};
//# sourceMappingURL=InlineDocs.js.map