UNPKG

krypton-vite-demo

Version:
3 lines (2 loc) 213 B
import { TabProps } from "./types"; export declare const Tab: import("react").MemoExoticComponent<({ value, disabled, onChange, label, active, color, orientation, alignment, ...props }: TabProps) => JSX.Element>;