UNPKG

@table-library/react-table-library

Version:
4 lines (3 loc) 219 B
import { State } from '@table-library/react-table-library/types/common'; declare const useSyncControlledState: (controlledState: State, state: State, callback: () => void) => void; export { useSyncControlledState };