UNPKG

table-filter-multiselect

Version:

## Install You need to have react and react-dom as dependencies in your project.

9 lines (8 loc) 165 B
export const BLANK_LABEL = "Not Available"; export const ASC_VALUE = "asc"; export const DSC_VALUE = "dsc"; export default { BLANK_LABEL, ASC_VALUE, DSC_VALUE }