UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

34 lines 959 B
import { ValueProperties } from "../ValueDocs.js"; const { transformLabel } = ValueProperties; export const SummaryListProperties = { layout: { doc: 'Use `grid`, `horizontal` or `vertical`. Defaults to `vertical`.', type: 'string', status: 'optional' }, inheritVisibility: { doc: 'Use this property to propagate the `inheritVisibility` property to all nested values.', type: 'boolean', status: 'optional' }, inheritLabel: { doc: 'Use this property to propagate the `inheritLabel` property to all nested values.', type: 'boolean', status: 'optional' }, transformLabel, children: { doc: 'Contents.', type: 'React.Node', status: 'required' }, '[Space](/uilib/layout/space/properties)': { doc: 'Spacing properties like `top` or `bottom` are supported.', type: ['string', 'object'], status: 'optional' } }; export const StepEvents = {}; //# sourceMappingURL=SummaryListDocs.js.map