UNPKG

@table-library/react-table-library

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