Update hyperlink.ts
ExternalHyperlink extends XmlComponent
This commit is contained in:
@ -38,6 +38,9 @@ export class InternalHyperlink extends ConcreteHyperlink {
|
||||
}
|
||||
}
|
||||
|
||||
export class ExternalHyperlink {
|
||||
constructor(public readonly options: { readonly children: ParagraphChild[]; readonly link: string }) {}
|
||||
export class ExternalHyperlink extends XmlComponent {
|
||||
constructor(public readonly options: { readonly children: ParagraphChild[]; readonly link: string })
|
||||
{
|
||||
super("w:externalHyperlink");
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user