UNPKG

choices.js

Version:

A vanilla JS customisable text input/select box plugin

7 lines (6 loc) 236 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;