UNPKG

@slashid/react-primitives

Version:

Primitive components for the /id React SDK

14 lines 285 B
export type Tab = { id: string; title: string; content: React.ReactNode; }; type Props = { tabs: Tab[]; className?: string; defaultValue?: string; testId?: string; }; export declare const Tabs: React.FC<Props>; export {}; //# sourceMappingURL=index.d.ts.map