|
@@ -14,3 +14,10 @@ declare const __UNI_PLATFORM__:
|
|
|
| 'quickapp-webview-union'
|
|
| 'quickapp-webview-union'
|
|
|
|
|
|
|
|
declare const __VITE_APP_PROXY__: 'true' | 'false'
|
|
declare const __VITE_APP_PROXY__: 'true' | 'false'
|
|
|
|
|
+
|
|
|
|
|
+declare namespace JSX {
|
|
|
|
|
+ interface IntrinsicElements {
|
|
|
|
|
+ template: any
|
|
|
|
|
+ block: any
|
|
|
|
|
+ }
|
|
|
|
|
+}
|