UNPKG

@commercetools-uikit/search-select-input

Version:

A search select input component built on top of `@commercetools-uikit/async-select-input` to asynchronously load results (options) using the keyword that the user has entered.

8 lines (6 loc) 240 B
'use strict'; if (process.env.NODE_ENV === "production") { module.exports = require("./commercetools-uikit-search-select-input.cjs.prod.js"); } else { module.exports = require("./commercetools-uikit-search-select-input.cjs.dev.js"); }