UNPKG

@obliczeniowo/elementary

Version:
5 lines (4 loc) 81 B
export interface ClickDataEvent<T = any> { event: MouseEvent; data: T; }