/** * Event type of the point direction */ export declare enum EventType { /** * Left point */ LEFT = 0, /** * Right point */ RIGHT = 1 }