UNPKG

ontotext-reusable-ui-components

Version:

Unified reusable UI components designed for the Ontotext ecosystem.

11 lines (10 loc) 180 B
/** * List of supported facet types */ export declare enum SearchFacetType { CHECKBOX = 0, DATE_RANGE = 1, TOGGLE = 2, RANGE = 3, DROPDOWN_MULTI_SELECT = 4 }