mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 11:41:20 +08:00
fix(): removed jsx.d.ts files that are no longer needed.
This commit is contained in:
@ -8,7 +8,7 @@
|
|||||||
<meta name="format-detection" content="telephone=no">
|
<meta name="format-detection" content="telephone=no">
|
||||||
<meta name="msapplication-tap-highlight" content="no">
|
<meta name="msapplication-tap-highlight" content="no">
|
||||||
|
|
||||||
<script src="/dist/app.js"></script>
|
<script src="/www/build/app.js"></script>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
7
packages/core/types/jsx.d.ts
vendored
7
packages/core/types/jsx.d.ts
vendored
@ -1,7 +0,0 @@
|
|||||||
declare namespace JSX {
|
|
||||||
interface Element {
|
|
||||||
}
|
|
||||||
interface IntrinsicElements {
|
|
||||||
[elemName: string]: any;
|
|
||||||
}
|
|
||||||
}
|
|
7
packages/stencil-fiber-demo/types/jsx.d.ts
vendored
7
packages/stencil-fiber-demo/types/jsx.d.ts
vendored
@ -1,7 +0,0 @@
|
|||||||
declare namespace JSX {
|
|
||||||
interface Element {
|
|
||||||
}
|
|
||||||
interface IntrinsicElements {
|
|
||||||
[elemName: string]: any;
|
|
||||||
}
|
|
||||||
}
|
|
Reference in New Issue
Block a user