This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//If you are using semantic-ui-react and formsy-react | |
//and you are looking for a react-day-picker Wrapper | |
//this component might be for you | |
import React, { Component, createElement, cloneElement } from 'react'; | |
import { withFormsy } from 'formsy-react'; | |
import { Form } from 'semantic-ui-react'; | |
//import { filterSuirElementProps } from './utils'; //lazyness | |
import PropTypes from 'prop-types'; |