UNPKG

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