@curi/react-dom
Version:
React DOM components to use with Curi
7 lines (6 loc) • 309 B
TypeScript
export { LinkProps, AsyncLinkProps } from "./Link";
export { FocusHookProps } from "./hooks/useNavigationFocus";
import useNavigationFocus from "./hooks/useNavigationFocus";
import { Link, AsyncLink } from "./Link";
export * from "@curi/react-universal";
export { Link, AsyncLink, useNavigationFocus };