UNPKG

@slashid/react

Version:

React SDK for the /id platform

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