UNPKG

@clubmed/trident-ui

Version:

Shared ClubMed React UI components

11 lines (10 loc) 279 B
import { type FunctionComponent, type PropsWithChildren } from 'react'; interface Props { className?: string; /** * Remove filler placeholders */ constrained?: boolean; } export declare const TabList: FunctionComponent<PropsWithChildren<Props>>; export {};