Skip to content

Commit

Permalink
Fix types again
Browse files Browse the repository at this point in the history
  • Loading branch information
abeforgit committed May 20, 2022
1 parent f5bb68f commit 722883f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/lblod/marawa/rich-node.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ declare module '@lblod/marawa/rich-node' {
children: RichNode[];
absolutePosition: number;
relativePosition: number;
rdfaAttributes: Record<string, unknown>;

constructor(content: RichNodeContent);
get region(): Region;
Expand Down

0 comments on commit 722883f

Please sign in to comment.