@shopify/react-native-skia
Version:
High-performance React Native Graphics using Skia
13 lines (12 loc) • 507 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.TwoPointConicalGradient = void 0;
var _react = _interopRequireDefault(require("react"));
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
const TwoPointConicalGradient = props => {
return /*#__PURE__*/_react.default.createElement("skTwoPointConicalGradient", props);
};
exports.TwoPointConicalGradient = TwoPointConicalGradient;
//# sourceMappingURL=TwoPointConicalGradient.js.map
;