@carbon/ibm-products
Version:
Carbon for IBM Products
5 lines • 386 B
TypeScript
export function handleBodyCellClick(cell: any, columnIndex: any, event: any, ...rest: any[]): void;
export function handleBodyCellHover(cell: any, columnIndex: any, ...rest: any[]): void;
export function handleRowHeaderClick(index: any, event: any, ...rest: any[]): void;
export function handleKeyPress(event: any, ...rest: any[]): any;
//# sourceMappingURL=commonEventHandlers.d.ts.map