import { FieldReference } from '../logic/fieldReferences'; import ObjectPathKey from '@bast1oncz/objects/ObjectPathKey'; /** * Uses object path key instance. * This method is great to prevent unnecessary updates. * * @param key */ export default function useToKey(key: FieldReference): ObjectPathKey;