UNPKG

@table-library/react-table-library

Version:
4 lines (3 loc) 187 B
import { State } from '@table-library/react-table-library/types/common'; declare const useSyncRefState: (name: string, context: any, state: State) => void; export { useSyncRefState };