Files
infocom-systems-design/node_modules/@headlessui/react/dist/hooks/use-latest-value.d.ts
2025-10-03 22:27:28 +03:00

3 lines
122 B
TypeScript

/// <reference types="react" />
export declare function useLatestValue<T>(value: T): import("react").MutableRefObject<T>;