UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

23 lines (22 loc) 708 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.InfoProperties = void 0; var _StatDocsUtils = require("./StatDocsUtils.js"); const InfoProperties = exports.InfoProperties = { children: { doc: 'Additional descriptive information.', type: ['React.ReactNode'], status: 'optional' }, variant: { doc: 'Info color style variant. `"default"` is deprecated — use `"plain"` instead.', type: ['"plain"', '"subtle"', '"prominent"'], defaultValue: 'subtle', status: 'optional' }, skeleton: _StatDocsUtils.skeletonProperty, '[Space](/uilib/layout/space/properties)': _StatDocsUtils.spacingProperties }; //# sourceMappingURL=InfoDocs.js.map