react-native-svg
Version:
SVG library for react-native
11 lines • 321 B
JavaScript
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