UNPKG

@airplane/views

Version:

A React library for building Airplane views. Views components are optimized in style and functionality to produce internal apps that are easy to build and maintain.

16 lines (15 loc) 823 B
import { TabProps, TabsComponentProps, TabsProps } from "./Tabs.types"; export declare const TabsComponent: ({ placement, position, grow, children, ...props }: TabsComponentProps) => import("react/jsx-runtime").JSX.Element; export declare const Tabs: { ({ defaultValue, id: propId, onTabChange: propsOnTabChange, value: controlledValue, routingKey, ...props }: TabsProps): import("react/jsx-runtime").JSX.Element; displayName: string; Tab: { ({ ...props }: TabProps): import("react/jsx-runtime").JSX.Element; displayName: string; }; }; export declare const TabComponent: ({ children, value, label, ...props }: TabProps) => import("react/jsx-runtime").JSX.Element; export declare const Tab: { ({ ...props }: TabProps): import("react/jsx-runtime").JSX.Element; displayName: string; };