Socket
Socket
Sign inDemoInstall

rc-tabs

Package Overview
Dependencies
Maintainers
7
Versions
226
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rc-tabs - npm Package Compare versions

Comparing version 12.6.0 to 12.7.0

3

es/TabNavList/Wrapper.d.ts

@@ -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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc