UNPKG

shelving

Version:

Toolkit for using data in JavaScript.

6 lines (5 loc) 219 B
import type { ReactElement } from "react"; import { type ClickableProps } from "../form/Clickable.js"; export interface LinkProps extends ClickableProps { } export declare function Link(props: LinkProps): ReactElement;