Fix formatting
This commit is contained in:
@ -39,8 +39,7 @@ export class InternalHyperlink extends ConcreteHyperlink {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export class ExternalHyperlink extends XmlComponent {
|
export class ExternalHyperlink extends XmlComponent {
|
||||||
constructor(public readonly options: { readonly children: ParagraphChild[]; readonly link: string })
|
constructor(public readonly options: { readonly children: ParagraphChild[]; readonly link: string }) {
|
||||||
{
|
|
||||||
super("w:externalHyperlink");
|
super("w:externalHyperlink");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user