1234567891011121314 |
- "use strict";
- Object.defineProperty(exports, "__esModule", {
- value: true
- });
- exports.default = void 0;
- /* istanbul ignore file */
- /** This is a placeholder, not real render in dom */
- var Option = function Option() {
- return null;
- };
- Option.isSelectOption = true;
- var _default = exports.default = Option;
|