UNPKG

@smitch/fluid

Version:

A Next/React ui-component libray.

3 lines (2 loc) 180 B
import { TabProps } from './types'; export declare const Tab: ({ id, title, activeId, tabStyles, activeTabStyles, onClick, }: TabProps) => import("react/jsx-runtime").JSX.Element;