UNPKG

rc-select

Version:
14 lines (12 loc) 308 B
"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;