Repository URL to install this package:
|
Version:
2.0.5 ▾
|
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
function NoopWrapper(props) {
return props.children;
}
exports.default = NoopWrapper;