deno.land / x / nano_jsx@v0.1.0 / types.ts

نووسراو ببینە
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
// fixes an issue in std@0.80.0 (deno)// interface ReadableStream<R> {// getIterator(): any// }
declare global { export var _nano: { document: Document isSSR: true | undefined location: { pathname: string } customElements: Map<string, any> ssrTricks: { isWebComponent: (tagNameOrComponent: any) => boolean renderWebComponent: (tagNameOrComponent: any, props: any, children: any, _render: any) => any } }
export namespace Deno {}
export namespace JSX { interface IntrinsicElements { [elemName: string]: any } interface ElementClass { render: any } interface ElementChildrenAttribute { children: any } }}// This export keeps the backward compatibility with the module resolution system in deno < 1.23 version.export {}
nano_jsx

Version Info

Tagged at
8 months ago