@stoplight/mosaic
Advanced tools
Comparing version 1.32.0 to 1.32.1
/// <reference types="react" /> | ||
import { CollectionChildren } from '@react-types/shared'; | ||
import { SpaceVals } from '../../enhancers'; | ||
import { OverflowVals, SpaceVals } from '../../enhancers'; | ||
export declare type TabPanelsProps = { | ||
@@ -14,3 +14,7 @@ children: CollectionChildren<any>; | ||
m?: SpaceVals; | ||
/** | ||
* overflowY val to apply to the TabPanels container. | ||
*/ | ||
overflowY?: OverflowVals; | ||
}; | ||
export declare function TabPanels({ p, m, ...props }: TabPanelsProps): JSX.Element; | ||
export declare function TabPanels({ p, m, overflowY, ...props }: TabPanelsProps): JSX.Element; |
{ | ||
"name": "@stoplight/mosaic", | ||
"version": "1.32.0", | ||
"version": "1.32.1", | ||
"sideEffects": false, | ||
@@ -5,0 +5,0 @@ "license": "Apache-2.0", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
7705052
41202