UNPKG

synapse-react-client

Version:

[![npm version](https://badge.fury.io/js/synapse-react-client.svg)](https://badge.fury.io/js/synapse-react-client) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettie

13 lines 771 B
import { RowSelectionState } from '@tanstack/react-table'; import { ReferenceList } from '@sage-bionetworks/synapse-types'; export declare function useEntityHeaderTableState(references: ReferenceList, onUpdateEntityIDsTextbox?: (value: string) => void, onUpdate?: (updatedRefs: ReferenceList) => void): { rowSelection: RowSelectionState; setRowSelection: import("react").Dispatch<import("react").SetStateAction<RowSelectionState>>; refsInState: ReferenceList; setRefsInState: (refs: ReferenceList) => void; newEntityIDs: string; setNewEntityIDs: (newValue: string) => void; parseErrors: string[]; setParseErrors: import("react").Dispatch<import("react").SetStateAction<string[]>>; }; //# sourceMappingURL=useEntityHeaderTableState.d.ts.map