UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

22 lines 700 B
import { ValueProperties } from "../ValueDocs.js"; const { label, transformLabel, help } = ValueProperties; export const CompositionProperties = { label, help, transformLabel, maxWidth: { doc: 'Use `small`, `medium` or `large` for predefined standard max widths. Defaults to `auto`.', type: ['"auto"', '"small"', '"medium"', '"large"'], status: 'optional' }, gap: { doc: 'The gap between the different value blocks. Can be `xx-small`, `x-small`, `small`, `medium`, `large` or `false`. Defaults to `xx-small`.', type: ['"xx-small"', '"x-small"', '"small"', '"medium"', '"large"', 'false'], status: 'optional' } }; //# sourceMappingURL=CompositionDocs.js.map