Comparing version 0.0.23 to 0.0.24
{ | ||
"name": "fuzzy-ui", | ||
"version": "0.0.23", | ||
"version": "0.0.24", | ||
"main": "src/index.ts", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -25,3 +25,3 @@ /* eslint-disable no-unused-vars */ | ||
children?: VNodeChild | Slot | Slots | ||
) => (extraProps?: Record<string, unknown> | null) => InstanceType<T> | ||
) => (extraProps?: any) => InstanceType<T> | ||
@@ -28,0 +28,0 @@ type UseMountOutside = <T extends new (...args: any) => any>( |
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
110712