GITLAB

essa-platform / es-ng-antd

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • es-ng-antd
  • src
  • InputGroup
  • InputGroup.js
  • a77e7b1a   优化InputGroup组件 Browse Code »
    Imshann
    2022-02-24 16:20:09 +0800  
InputGroup.js 168 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11
import template from "./InputGroup.html";

class InputGroup {
    render() {
        return template;
    }
}

InputGroup.propTypes = {
    compact: PropTypes.boolean
}