start
This commit is contained in:
27
src/opentui-jsx.d.ts
vendored
Normal file
27
src/opentui-jsx.d.ts
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
declare namespace JSX {
|
||||
type Element = any
|
||||
interface IntrinsicElements {
|
||||
box: any
|
||||
text: any
|
||||
span: any
|
||||
input: any
|
||||
select: any
|
||||
textarea: any
|
||||
scrollbox: any
|
||||
tab_select: any
|
||||
ascii_font: any
|
||||
code: any
|
||||
diff: any
|
||||
line_number: any
|
||||
markdown: any
|
||||
b: any
|
||||
strong: any
|
||||
i: any
|
||||
em: any
|
||||
u: any
|
||||
br: any
|
||||
a: any
|
||||
}
|
||||
}
|
||||
|
||||
export {}
|
||||
Reference in New Issue
Block a user