mui-modal-provider
Advanced tools
Comparing version 1.3.7 to 1.3.8
@@ -30,3 +30,3 @@ import { ComponentType } from 'react'; | ||
}; | ||
export declare type UpdateFn = <P extends Props>(id: string, props: ModalComponentProps<P>) => void; | ||
export declare type UpdateFn = <P extends Props>(id: string, props: Partial<ModalComponentProps<P>>) => void; | ||
export declare type HideFn = (id: string) => void; | ||
@@ -33,0 +33,0 @@ export declare type DestroyFn = (id: string) => void; |
{ | ||
"version": "1.3.7", | ||
"version": "1.3.8", | ||
"license": "MIT", | ||
@@ -4,0 +4,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
72092
0