UNPKG

@vectara/vectara-ui

Version:

Vectara's design system, codified as a React and Sass component library

11 lines (10 loc) 307 B
export declare const TAB_SIZE: readonly ["s", "m"]; export type TabSize = (typeof TAB_SIZE)[number]; export type TabRoute = { href?: string; onClick?: () => void; title: React.ReactNode; render?: (tabLink: React.ReactNode) => React.ReactNode; testId?: string; isActive?: boolean; };