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