Skip to content

Commit 6ee05f5

Browse files
committed
fix jsx types
1 parent 3d4d2bb commit 6ee05f5

13 files changed

Lines changed: 32 additions & 30 deletions

dist/pwa-install.bundle.js

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/pwa-install.bundle.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/pwa-install.es.js

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/pwa-install.es.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/react-legacy/pwa-install.react-legacy.js

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/react-legacy/pwa-install.react-legacy.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/types/types/jsx.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import type { PWAInstallElement } from '../index';
22
import type { PWAInstallAttributes } from './types';
3-
export type PWAInstallProps = Partial<PWAInstallElement> & PWAInstallAttributes & React.HTMLAttributes<HTMLElement> & {
3+
export type PWAInstallProps = Partial<PWAInstallElement> & PWAInstallAttributes & React.HTMLAttributes<PWAInstallElement> & React.RefAttributes<PWAInstallElement> & {
44
children?: React.ReactNode;
55
};
66
declare global {

dist/umd/pwa-install.umd.js

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/umd/pwa-install.umd.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/pwa-install.bundle.js

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)