UNPKG

core-cde

Version:

7 lines (6 loc) 239 B
import { ETextActions, ECursorActions } from '../../stateChanger/StateChanger.module'; export declare const EventHandlerName = "CommonEvent"; export interface EventHandler<T> { type: ETextActions | ECursorActions; data: T; }