UNPKG

choices.js

Version:

A vanilla JS customisable text input/select box plugin

9 lines (6 loc) 238 B
import Choices from './scripts/choices'; export * from './scripts/interfaces'; export * from './scripts/constants'; export * from './scripts/defaults'; export { default as templates } from './scripts/templates'; export default Choices;