mirror of
https://github.com/gosticks/react-bootstrap-table2.git
synced 2025-10-16 11:55:39 +00:00
5 lines
171 B
JavaScript
5 lines
171 B
JavaScript
export const TIME_TO_CLOSE_MESSAGE = 3000;
|
|
export const DELAY_FOR_DBCLICK = 200;
|
|
export const CLICK_TO_CELL_EDIT = 'click';
|
|
export const DBCLICK_TO_CELL_EDIT = 'dbclick';
|