UNPKG

@itwin/itwinui-react

Version:

A react component library for iTwinUI

3 lines (2 loc) 169 B
import type { Hooks } from '../../../react-table/react-table.js'; export declare const useSubRowSelection: <T extends Record<string, unknown>>(hooks: Hooks<T>) => void;