react-dialog-polyfill
Advanced tools
Comparing version 1.1.3 to 1.1.4
@@ -15,3 +15,3 @@ import React, { Component, HTMLProps } from 'react' | ||
type Callback = (e?: Event, m?: HTMLDialog) => void | ||
type Callback = (e: Event, m: HTMLDialog) => void | ||
@@ -18,0 +18,0 @@ interface DialogProps extends HTMLProps<HTMLDialogBase> { |
{ | ||
"name": "react-dialog-polyfill", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"description": "<dialog> element bundled with polyfill for React", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
20261