@yamada-ui/react
Version:
React UI components of the Yamada, by the Yamada, for the Yamada built with React and Emotion
10 lines • 308 B
TypeScript
//#region src/hooks/use-previous/index.d.ts
/**
* `usePrevious` is a custom hook for obtaining the previous value.
*
* @see https://yamada-ui.com/docs/hooks/use-previous
*/
declare const usePrevious: <Y>(value: Y) => Y | undefined;
//#endregion
export { usePrevious };
//# sourceMappingURL=index.d.ts.map