UNPKG

table-schedule

Version:
10 lines (8 loc) 205 B
export const CELL_HEIGHT = 20 // px export const MOVE_X_THRESHOLD = 40 // px export const EVENT = { create: 'create', modify: 'modify', remove: 'remove' } export const TOUCH_DELAY = 500 // ms