/** * (c) Meta Platforms, Inc. and affiliates. Confidential and proprietary. * * @emails oncall+recoil * @flow strict-local * @format */ 'use strict'; import type { RecoilValueInfo } from '../core/Recoil_FunctionalCore'; import type { RecoilValue } from '../core/Recoil_RecoilValue'; const { peekNodeInfo } = require('../core/Recoil_FunctionalCore'); const { useStoreRef } = require('../core/Recoil_RecoilRoot'); declare function useGetRecoilValueInfo(): (RecoilValue) => RecoilValueInfo; module.exports = useGetRecoilValueInfo;