UNPKG

nexora

Version:

A lightweight, production-ready JavaScript library for building user interfaces, supporting JSX.

8 lines (7 loc) 261 B
import { RouterNameSpace, VNode } from '../../core'; /** * Link component * @param props - The properties for the Link component. * @returns The Link component. */ export declare function Link({ to, children, className }: RouterNameSpace.LinkProps): VNode;