UNPKG

preact-missing-hooks

Version:

A lightweight, extendable collection of missing React-like hooks for Preact — plus fresh, powerful new ones designed specifically for modern Preact apps.

6 lines (5 loc) 210 B
/** * Re-exports Preact hooks as "react" for tests so useLLMMetadata (which imports from "react") * uses the same renderer as the Preact test components. */ export { useEffect, useRef } from "preact/hooks";