@itwin/itwinui-react
Version:
A react component library for iTwinUI
3 lines (2 loc) • 303 B
TypeScript
import type { TableInstance, TableState } from '../../../react-table/react-table.js';
export declare const onExpandHandler: <T extends Record<string, unknown>>(newState: TableState<T>, instance?: TableInstance<T>, onExpand?: (expandedData: T[] | undefined, tableState?: TableState<T>) => void) => void;