UNPKG

react-table-filter-2

Version:
10 lines (8 loc) 164 B
export const BLANK_LABEL = '(blank)'; export const ASC_VALUE = 'asc'; export const DSC_VALUE = 'dsc'; export default { BLANK_LABEL, ASC_VALUE, DSC_VALUE, };