OptGroup.js 167 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 /** This is a placeholder, not real render in dom */ var OptGroup = function OptGroup() { return null; }; OptGroup.isSelectOptGroup = true; export default OptGroup;