import template from "./InputGroup.html"; class InputGroup { render() { return template; } } InputGroup.propTypes = { compact: PropTypes.boolean }