collapsible-react-component
Advanced tools
Comparing version 0.0.5 to 0.0.6
@@ -5,3 +5,4 @@ import * as React from 'react'; | ||
type?: 'revealTopFirst' | 'revealBottomFirst'; | ||
children?: React.ReactNode; | ||
}; | ||
export declare const Collapsible: React.FunctionComponent<CollapsibleProps>; |
{ | ||
"name": "collapsible-react-component", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "Collapses and expands content with an animation.", | ||
@@ -27,3 +27,3 @@ "author": "FilipChalupa", | ||
"peerDependencies": { | ||
"react": "^16.0.0 || ^17.0.0" | ||
"react": "16 || 17 || 18" | ||
}, | ||
@@ -30,0 +30,0 @@ "devDependencies": { |
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
21647
219