blowfish/node_modules/@headlessui/react/dist/hooks/use-latest-value.d.ts

3 lines
122 B
TypeScript
Raw Normal View History

2023-01-29 22:30:24 +00:00
/// <reference types="react" />
export declare function useLatestValue<T>(value: T): import("react").MutableRefObject<T>;