We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 340fbf7 commit 90dba1cCopy full SHA for 90dba1c
README.md
@@ -6,6 +6,8 @@
6

7
8
```python
9
+from pyjsx import jsx, JSX
10
+
11
def Header(style, children) -> JSX:
12
return <h1 style={style}>{children}</h1>
13
0 commit comments