UNPKG

@appkitreact/react-table-library

Version:

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

4 lines (3 loc) 261 B
import { Identifier } from '@appkitreact/react-table-library/types/table'; export declare const includesAll: (idsOne: Identifier[], idsTwo: Identifier[]) => boolean; export declare const includesNone: (idsOne: Identifier[], idsTwo: Identifier[]) => boolean;