@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
21 lines • 698 B
JavaScript
import { spacingProperties } from "./StatDocsUtils.js";
export const 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)': spacingProperties
};
//# sourceMappingURL=RootDocs.js.map