@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
14 lines • 442 B
JavaScript
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