UNPKG

wix-style-react

Version:
15 lines (9 loc) 433 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); var _InputWithOptions = require('../InputWithOptions/InputWithOptions.driver'); var _InputWithOptions2 = _interopRequireDefault(_InputWithOptions); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } var autoCompleteDriverFactory = _InputWithOptions2.default; exports.default = autoCompleteDriverFactory;