We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a13cd6a commit 770dc18Copy full SHA for 770dc18
src/class/HTMLCodeBlockElement.ts
@@ -5,6 +5,7 @@ export type EndgineProps = {
5
language: string;
6
};
7
8
+
9
export type EndgineFunction = (props: EndgineProps) => {
10
markup: string;
11
0 commit comments