We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40be33b commit 3be18b3Copy full SHA for 3be18b3
example-app-spm/src/custom-elements.d.ts
@@ -1,12 +1,14 @@
1
-import '@capacitor/google-maps';
+import "@capacitor/google-maps";
2
3
-declare global {
+declare module "react" {
4
namespace JSX {
5
interface IntrinsicElements {
6
- 'capacitor-google-map': React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
+ "capacitor-google-map": React.DetailedHTMLProps<
7
+ React.HTMLAttributes<HTMLElement>,
8
+ HTMLElement
9
+ >;
10
}
11
12
13
14
export {};
-
0 commit comments