mirror of
https://github.com/zoriya/react-native-svg.git
synced 2025-12-19 21:45:10 +00:00
7 lines
152 B
JavaScript
7 lines
152 B
JavaScript
import {responderPropsKeys} from '../props';
|
|
import _ from 'lodash';
|
|
|
|
export default function (props) {
|
|
return _.pick(props, responderPropsKeys);
|
|
}
|