UNPKG

@wix/design-system

Version:

@wix/design-system

12 lines (11 loc) 679 B
"use strict"; exports.__esModule = true; exports.autoCompleteDriverFactory = void 0; var _InputWithOptions = require("../InputWithOptions/InputWithOptions.driver"); var _deprecationTestkitLog = require("../utils/deprecationTestkitLog"); var autoCompleteDriverFactory = args => { (0, _deprecationTestkitLog.deprecationTestkitLog)('autoCompleteTestkitFactory legacy testkit is deprecated and will be removed in next major release. Please use the AutoCompleteTestkit unidriver testkit instead.'); return (0, _InputWithOptions.inputWithOptionsDriverFactory)(args); }; exports.autoCompleteDriverFactory = autoCompleteDriverFactory; //# sourceMappingURL=AutoComplete.driver.js.map