UNPKG

react-native-svg

Version:
11 lines 321 B
import { Component } from 'react'; import { warnUnimplementedFilter } from '../../lib/util'; export default class FePointLight extends Component { static displayName = 'FePointLight'; static defaultProps = {}; render() { warnUnimplementedFilter(); return null; } } //# sourceMappingURL=FePointLight.js.map