UNPKG

ka-table

Version:

The customizable, extendable, lightweight, and fully free React Table Component

3 lines (2 loc) 209 B
export declare const addEscEnterKeyEffect: (escKeyHandler: () => void, enterKeyHandler: () => void) => () => void; export declare const getEventListenerEffect: (eventName: string, handler: any) => () => void;