UNPKG

309 BTypeScriptView Raw
1export { LinkProps, AsyncLinkProps } from "./Link";
2export { FocusHookProps } from "./hooks/useNavigationFocus";
3import useNavigationFocus from "./hooks/useNavigationFocus";
4import { Link, AsyncLink } from "./Link";
5export * from "@curi/react-universal";
6export { Link, AsyncLink, useNavigationFocus };