UNPKG

@devloops/react-native-variant

Version:
2 lines 738 B
import _extends from"@babel/runtime/helpers/extends";import _objectWithoutProperties from"@babel/runtime/helpers/objectWithoutProperties";var _jsxFileName="/Users/devloops/Desktop/reactNative/reactNativeMUI/src/Components/AppBar/Action.tsx";import React from'react';import IconButton from'../Buttons/IconButton';import{StyleSheet}from'react-native';var Action=function Action(_ref){var containerStyle=_ref.containerStyle,buttonProps=_objectWithoutProperties(_ref,["containerStyle"]);return React.createElement(IconButton,_extends({},buttonProps,{containerStyle:StyleSheet.flatten([{},containerStyle]),__source:{fileName:_jsxFileName,lineNumber:16}}));};Action.displayName='Action';export default Action; //# sourceMappingURL=Action.js.map