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