5 lines
156 B
TypeScript
5 lines
156 B
TypeScript
|
/**The handlers configuration */
|
||
|
export const handlersConfig = {
|
||
|
/**Controls the activity of the mouse mouse event */
|
||
|
mouseMoveThrottleDelay: 100,
|
||
|
}
|