We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Have you ever thought about adding Typescript typings to your project? I would really appreciate it.
The text was updated successfully, but these errors were encountered:
I'm always welcome your Pull Request
Sorry, something went wrong.
declare module "react-web-notification" { interface NotificationProps { title: string; ignore?: boolean; disableActiveWindow?: boolean; askAgain?: boolean; notSupported?: () => void; onPermissionGranted?: () => void; onPermissionDenied?: () => void; onShow?: () => void; onClick?: () => void; onClose?: () => void; onError?: () => void; timeout?: number; options?: NotificationOptions; swRegistration?: ServiceWorkerRegistration; } export default class Notification extends React.Component< NotificationProps > {} }
No branches or pull requests
Have you ever thought about adding Typescript typings to your project? I would really appreciate it.
The text was updated successfully, but these errors were encountered: