UNPKG

@wordpress/components

Version:
8 lines (7 loc) 251 B
import { createElement } from "@wordpress/element"; /** * External dependencies */ import { View } from 'react-native'; export default (props => createElement(View, null, props.children)); //# sourceMappingURL=toolbar-button-container.native.js.map