UNPKG

krypton-vite-demo

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