UNPKG

157 BJavaScriptView Raw
1/** This is a placeholder, not real render in dom */
2var Option = function Option() {
3 return null;
4};
5
6Option.isSelectOption = true;
7export default Option;
\No newline at end of file