Repository URL to install this package:
|
Version:
3.0.6-working.1 ▾
|
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
const tslib_1 = require("tslib");
const react_1 = tslib_1.__importDefault(require("react"));
const styled_1 = require("./styled");
function renderTint(props) {
return react_1.default.createElement(styled_1.OverlayTint, Object.assign({}, props));
}
exports.renderTint = renderTint; //# sourceMappingURL=renderProps.js.map