UNPKG

addsearch-search-ui

Version:

JavaScript library to develop Search UIs for the web

10 lines (9 loc) 214 B
export { default } from './filters'; export const FILTER_TYPE = { CHECKBOX_GROUP: 'CHECKBOX_GROUP', RADIO_GROUP: 'RADIO_GROUP', SELECT_LIST: 'SELECT_LIST', RANGE: 'RANGE', TABS: 'TABS', TAGS: 'TAGS' };