UNPKG

@table-library/react-table-library

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