UNPKG

@navikt/ds-react

Version:

React components from the Norwegian Labour and Welfare Administration.

4 lines 264 B
export const getChildRef = (children) => Object.prototype.propertyIsEnumerable.call(children.props, "ref") ? children.props.ref // React 19 (children.ref still works, but gives a warning) : children.ref; // React <19 //# sourceMappingURL=getChildRef.js.map