UNPKG

@appkitreact/react-table-library

Version:

fork of react-table-library to support react 18 version

4 lines (3 loc) 284 B
import { OnInitFunction } from '@appkitreact/react-table-library/types/table'; import { TableElementRef } from '@appkitreact/react-table-library/types/layout'; export declare const useOnInit: (onInit: OnInitFunction, tableElementRef: TableElementRef) => [boolean, OnInitFunction];