UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

15 lines 469 B
import React from 'react'; import ValueBlock from "../../ValueBlock/index.js"; import withComponentMarkers from "../../../../shared/helpers/withComponentMarkers.js"; import { jsx as _jsx } from "react/jsx-runtime"; function CompositionValue(props) { return _jsx(ValueBlock, { composition: true, ...props }); } withComponentMarkers(CompositionValue, { _supportsSpacingProps: true }); export default CompositionValue; //# sourceMappingURL=Composition.js.map