@plasmicpkgs/plasmic-tabs
Advanced tools
Comparing version 0.0.11 to 0.0.13
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
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
83491