Comparing version 12.6.0 to 12.7.0
@@ -0,3 +1,4 @@ | ||
import * as React from 'react'; | ||
import type { TabNavListProps } from '.'; | ||
export declare type TabNavListWrapperProps = Required<Omit<TabNavListProps, 'children' | 'className'>> & TabNavListProps; | ||
export default function TabNavListWrapper({ renderTabBar, ...restProps }: TabNavListWrapperProps): JSX.Element; | ||
export default function TabNavListWrapper({ renderTabBar, ...restProps }: TabNavListWrapperProps): React.JSX.Element; |
@@ -0,1 +1,2 @@ | ||
import * as React from 'react'; | ||
import type { TabPosition, AnimatedConfig } from '../interface'; | ||
@@ -9,2 +10,2 @@ export interface TabPanelListProps { | ||
} | ||
export default function TabPanelList({ id, activeKey, animated, tabPosition, destroyInactiveTabPane, }: TabPanelListProps): JSX.Element; | ||
export default function TabPanelList({ id, activeKey, animated, tabPosition, destroyInactiveTabPane, }: TabPanelListProps): React.JSX.Element; |
@@ -0,3 +1,4 @@ | ||
import * as React from 'react'; | ||
import type { TabNavListProps } from '.'; | ||
export declare type TabNavListWrapperProps = Required<Omit<TabNavListProps, 'children' | 'className'>> & TabNavListProps; | ||
export default function TabNavListWrapper({ renderTabBar, ...restProps }: TabNavListWrapperProps): JSX.Element; | ||
export default function TabNavListWrapper({ renderTabBar, ...restProps }: TabNavListWrapperProps): React.JSX.Element; |
@@ -0,1 +1,2 @@ | ||
import * as React from 'react'; | ||
import type { TabPosition, AnimatedConfig } from '../interface'; | ||
@@ -9,2 +10,2 @@ export interface TabPanelListProps { | ||
} | ||
export default function TabPanelList({ id, activeKey, animated, tabPosition, destroyInactiveTabPane, }: TabPanelListProps): JSX.Element; | ||
export default function TabPanelList({ id, activeKey, animated, tabPosition, destroyInactiveTabPane, }: TabPanelListProps): React.JSX.Element; |
{ | ||
"name": "rc-tabs", | ||
"version": "12.6.0", | ||
"version": "12.7.0", | ||
"description": "tabs ui component for react", | ||
@@ -79,3 +79,3 @@ "engines": { | ||
"rc-dropdown": "~4.1.0", | ||
"rc-menu": "~9.8.0", | ||
"rc-menu": "~9.9.0", | ||
"rc-motion": "^2.6.2", | ||
@@ -82,0 +82,0 @@ "rc-resize-observer": "^1.0.0", |
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
154734
3681
+ Addedrc-menu@9.9.2(transitive)
- Removeddom-align@1.12.4(transitive)
- Removedrc-align@4.0.15(transitive)
- Removedrc-menu@9.8.4(transitive)
- Removedrc-trigger@5.3.4(transitive)
Updatedrc-menu@~9.9.0