UNPKG

1.03 kBJavaScriptView Raw
1import _classCallCheck from"@babel/runtime/helpers/classCallCheck";import _createClass from"@babel/runtime/helpers/createClass";import _possibleConstructorReturn from"@babel/runtime/helpers/possibleConstructorReturn";import _getPrototypeOf from"@babel/runtime/helpers/getPrototypeOf";import _inherits from"@babel/runtime/helpers/inherits";var _jsxFileName="/Users/msand/WebstormProjects/react-native-svg/src/elements/Defs.tsx";import React,{Component}from'react';import{requireNativeComponent}from'react-native';var Defs=function(_Component){_inherits(Defs,_Component);function Defs(){_classCallCheck(this,Defs);return _possibleConstructorReturn(this,_getPrototypeOf(Defs).apply(this,arguments));}_createClass(Defs,[{key:"render",value:function render(){return React.createElement(RNSVGDefs,{__source:{fileName:_jsxFileName,lineNumber:8}},this.props.children);}}]);return Defs;}(Component);Defs.displayName='Defs';export{Defs as default};export var RNSVGDefs=requireNativeComponent('RNSVGDefs');
2//# sourceMappingURL=Defs.js.map
\No newline at end of file