Skip to content

Commit 770dc18

Browse files
Update
1 parent a13cd6a commit 770dc18

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/class/HTMLCodeBlockElement.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ export type EndgineProps = {
55
language: string;
66
};
77
};
8+
89
export type EndgineFunction = (props: EndgineProps) => {
910
markup: string;
1011
};

0 commit comments

Comments
 (0)