UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

23 lines (22 loc) 773 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ContentProperties = void 0; var _StatDocsUtils = require("./StatDocsUtils.js"); const ContentProperties = exports.ContentProperties = { children: { doc: 'Content value area. Typically contains `Stat.Number`, `Stat.Currency`, `Stat.Percent`, `Stat.Text`, `Stat.Trend`, or `Stat.Info`.', type: ['React.ReactNode'], status: 'optional' }, direction: { doc: 'Layout direction for the content items.', type: ['"horizontal"', '"vertical"'], defaultValue: 'horizontal', status: 'optional' }, skeleton: _StatDocsUtils.skeletonProperty, '[Space](/uilib/layout/space/properties)': _StatDocsUtils.spacingProperties }; //# sourceMappingURL=ContentDocs.js.map