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 d07ce28 commit c526d42Copy full SHA for c526d42
README.md
@@ -31,6 +31,7 @@ interface RunWebProps extends React.IframeHTMLAttributes<HTMLIFrameElement> {
31
js?: string;
32
html?: string;
33
title?: string;
34
+ head?: React.ReactNode;
35
}
36
```
37
0 commit comments