@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
22 lines • 602 B
JavaScript
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: 'string',
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: 'string',
status: 'optional'
}
};
//# sourceMappingURL=CompositionDocs.js.map