useAdaptableState

TypeScript
declare function useAdaptableState<RESULT_TYPE>(
  selector: (state: AdaptableState) => RESULT_TYPE,
): RESULT_TYPE;