UNPKG

fumadocs-core

Version:

The React.js library for building a documentation website

14 lines (13 loc) 526 B
import { LinkProps } from "./link.js"; import * as react0 from "react"; //#region src/dynamic-link.d.ts type DynamicLinkProps = LinkProps; /** * Extends the default `Link` component * * It supports dynamic hrefs, which means you can use `/[lang]/my-page` with `dynamicHrefs` enabled */ declare const DynamicLink: react0.ForwardRefExoticComponent<LinkProps & react0.RefAttributes<HTMLAnchorElement>>; //#endregion export { DynamicLink, DynamicLink as default, DynamicLinkProps }; //# sourceMappingURL=dynamic-link.d.ts.map