UNPKG

@aplus-frontend/antdv

Version:

Vue basic component library maintained based on ant-design-vue

10 lines (9 loc) 247 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; const Option = () => null; Option.isSelectOption = true; Option.displayName = 'AAutoCompleteOption'; var _default = exports.default = Option;