UNPKG

@appkitreact/react-table-library

Version:

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

4 lines (3 loc) 225 B
import { Nullish } from '@appkitreact/react-table-library/types/common'; import { TableNode } from '@appkitreact/react-table-library/types/table'; export declare const hasLeaves: <T extends TableNode>(node: T) => boolean;