/** * TerminalSessionTabs style definitions. * * StyleSlots for the Ghostty-inspired session tab bar with * status indicators, glassmorphic active state, and smooth animations. * * @module @mks2508/mks-ui/react/blocks/Terminal/panel/TerminalSessionTabs */ import type { StyleSlots } from '../../../../../core/types'; /** Slot names for TerminalSessionTabs visual regions. */ export type TerminalSessionTabsSlot = 'root' | 'tab' | 'tabIndicator' | 'tabGlowBar' | 'statusDot' | 'tabName' | 'closeButton' | 'addButton' | 'dropdown' | 'dropdownItem' | 'infoBadge'; /** * Default style slots for TerminalSessionTabs. * * @example * ```tsx * * ``` */ export declare const terminalSessionTabsStyles: StyleSlots; //# sourceMappingURL=TerminalSessionTabs.styles.d.ts.map