Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/docxml/src/components/Hyperlink.ts>HyperlinkProps

TypeScript library for parsing and building a DOCXML file
Go to Latest
type alias HyperlinkProps
import { type HyperlinkProps } from "https://deno.land/x/docxml@5.2.0/src/components/Hyperlink.ts";

A type describing the props accepted by Hyperlink.

definition: { anchor: string; tooltip?: string; }