import React from 'react'; import PropTypes from 'prop-types'; import './InputHint.scss'; const InputHint = ({ children }) => (