UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

27 lines (26 loc) 840 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.RootProperties = void 0; var _StatDocsUtils = require("./StatDocsUtils.js"); const RootProperties = exports.RootProperties = { children: { doc: 'Use `Stat.Label` (`dt`) and `Stat.Content` (`dd`) inside root.', type: ['React.ReactNode'], status: 'optional' }, visualOrder: { doc: 'Visual order of label and content while keeping semantic `dt`/`dd` markup in DOM.', type: ['"label-content"', '"content-label"'], defaultValue: 'label-content', status: 'optional' }, skeleton: { doc: 'Applies skeleton loading state to all Stat sub-components.', type: ['boolean'], status: 'optional' }, '[Space](/uilib/layout/space/properties)': _StatDocsUtils.spacingProperties }; //# sourceMappingURL=RootDocs.js.map