collapsible-react-component
Advanced tools
Comparing version 3.0.5 to 3.0.6
@@ -1,2 +0,2 @@ | ||
import { ReactNode } from 'react'; | ||
import { FunctionComponent, ReactNode } from 'react'; | ||
import { RevealType } from './revealTypes'; | ||
@@ -11,2 +11,2 @@ export type CollapsibleProps = { | ||
}; | ||
export declare const Collapsible: React.FunctionComponent<CollapsibleProps>; | ||
export declare const Collapsible: FunctionComponent<CollapsibleProps>; |
{ | ||
"name": "collapsible-react-component", | ||
"version": "3.0.5", | ||
"version": "3.0.6", | ||
"description": "Collapses and expands content with an animation.", | ||
@@ -5,0 +5,0 @@ "type": "module", |
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
13697