import { withInstall } from '../utils'; import _ActionBarButton from './ActionBarButton'; const ActionBarButton = withInstall(_ActionBarButton); export default ActionBarButton; export { ActionBarButton };