react-native-svg
Version:
SVG library for react-native
13 lines • 403 B
JavaScript
import { Component } from 'react';
export default class FilterPrimitive extends Component {
root = null;
static defaultPrimitiveProps = {};
refMethod = instance => {
this.root = instance;
};
setNativeProps = props => {
var _this$root;
(_this$root = this.root) === null || _this$root === void 0 || _this$root.setNativeProps(props);
};
}
//# sourceMappingURL=FilterPrimitive.js.map