UNPKG

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