UNPKG

@shopify/react-native-skia

Version:

High-performance React Native Graphics using Skia

13 lines (12 loc) 465 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Path2DPathEffect = void 0; var _react = _interopRequireDefault(require("react")); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } const Path2DPathEffect = props => { return /*#__PURE__*/_react.default.createElement("skPath2DPathEffect", props); }; exports.Path2DPathEffect = Path2DPathEffect; //# sourceMappingURL=Path2D.js.map