UNPKG

krypton-vite-demo

Version:
4 lines (3 loc) 205 B
import React from "react"; import { TabsProps } from "./types"; export declare const Tabs: React.MemoExoticComponent<({ children, activeTab, orientation, alignment, ...props }: TabsProps) => JSX.Element>;