Comparing version 11.10.2 to 11.10.3
/// <reference types="react" /> | ||
import type { TabNavListProps } from './TabNavList'; | ||
import type { TabPaneProps } from './TabPanelList/TabPane'; | ||
@@ -40,3 +41,3 @@ export declare type TabSizeMap = Map<React.Key, { | ||
}; | ||
export declare type RenderTabBar = (props: RenderTabBarProps, DefaultTabBar: React.ComponentType) => React.ReactElement; | ||
export declare type RenderTabBar = (props: RenderTabBarProps, DefaultTabBar: React.ComponentType<TabNavListProps>) => React.ReactElement; | ||
export interface TabsLocale { | ||
@@ -43,0 +44,0 @@ dropdownAriaLabel?: string; |
/// <reference types="react" /> | ||
import type { TabNavListProps } from './TabNavList'; | ||
import type { TabPaneProps } from './TabPanelList/TabPane'; | ||
@@ -40,3 +41,3 @@ export declare type TabSizeMap = Map<React.Key, { | ||
}; | ||
export declare type RenderTabBar = (props: RenderTabBarProps, DefaultTabBar: React.ComponentType) => React.ReactElement; | ||
export declare type RenderTabBar = (props: RenderTabBarProps, DefaultTabBar: React.ComponentType<TabNavListProps>) => React.ReactElement; | ||
export interface TabsLocale { | ||
@@ -43,0 +44,0 @@ dropdownAriaLabel?: string; |
{ | ||
"name": "rc-tabs", | ||
"version": "11.10.2", | ||
"version": "11.10.3", | ||
"description": "tabs ui component for react", | ||
@@ -5,0 +5,0 @@ "engines": { |
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
137221
3427