UNPKG

765 BSource Map (JSON)View Raw
1{"version":3,"sources":["Defs.tsx"],"names":["React","Component","requireNativeComponent","Defs","props","children","displayName","RNSVGDefs"],"mappings":"2aAAA,MAAOA,CAAAA,KAAP,EAAgBC,SAAhB,KAAiC,OAAjC,CACA,OAASC,sBAAT,KAAuC,cAAvC,C,GAEqBC,CAAAA,I,yOAGV,CACP,MAAO,qBAAC,SAAD,iDAAY,KAAKC,KAAL,CAAWC,QAAvB,CAAP,CACD,C,kBAL+BJ,S,EAAbE,I,CACZG,W,CAAc,M,QADFH,I,aAQrB,MAAO,IAAMI,CAAAA,SAAS,CAAGL,sBAAsB,CAAC,WAAD,CAAxC","sourcesContent":["import React, { Component } from 'react';\nimport { requireNativeComponent } from 'react-native';\n\nexport default class Defs extends Component {\n static displayName = 'Defs';\n\n render() {\n return <RNSVGDefs>{this.props.children}</RNSVGDefs>;\n }\n}\n\nexport const RNSVGDefs = requireNativeComponent('RNSVGDefs');\n"]}
\No newline at end of file