Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@plasmicpkgs/plasmic-tabs

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@plasmicpkgs/plasmic-tabs - npm Package Compare versions

Comparing version 0.0.11 to 0.0.13

8

dist/tabs.d.ts
import { ComponentMeta } from '@plasmicapp/host';
import { ReactElement, ReactNode } from 'react';
import React, { ReactElement, ReactNode } from 'react';
export interface TabsProviderProps {

@@ -11,3 +11,3 @@ children?: ReactNode;

export declare const TabsContainerMeta: ComponentMeta<TabsProviderProps>;
export declare function TabsContainer({ children, initialKey, previewKey, previewAll, }: TabsProviderProps): JSX.Element;
export declare function TabsContainer({ children, initialKey, previewKey, previewAll, }: TabsProviderProps): React.JSX.Element;
export interface TabUnderlineProps {

@@ -17,3 +17,3 @@ className?: string;

export declare const TabUnderlineMeta: ComponentMeta<TabUnderlineProps>;
export declare function TabUnderline({ className }: TabUnderlineProps): JSX.Element | null;
export declare function TabUnderline({ className }: TabUnderlineProps): React.JSX.Element | null;
export interface TabButtonProps {

@@ -25,3 +25,3 @@ className?: string;

export declare const TabButtonMeta: ComponentMeta<TabButtonProps>;
export declare function TabButton({ className, children, tabKey }: TabButtonProps): JSX.Element;
export declare function TabButton({ className, children, tabKey }: TabButtonProps): React.JSX.Element;
export interface TabContentProps {

@@ -28,0 +28,0 @@ children?: ReactNode;

{
"version": "0.0.11",
"version": "0.0.13",
"license": "MIT",

@@ -65,3 +65,3 @@ "main": "dist/index.js",

},
"gitHead": "10ab82db81f1654102ff8ed100c5ee16c61465e0"
"gitHead": "388b5829f67de3782fe8afdad0d153b5c6d0aac0"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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