1 | ;
|
2 |
|
3 | Object.defineProperty(exports, "__esModule", {
|
4 | value: true
|
5 | });
|
6 | exports.default = void 0;
|
7 | /* istanbul ignore file */
|
8 |
|
9 | /** This is a placeholder, not real render in dom */
|
10 | var OptGroup = function OptGroup() {
|
11 | return null;
|
12 | };
|
13 | OptGroup.isSelectOptGroup = true;
|
14 | var _default = exports.default = OptGroup; |
\ | No newline at end of file |