| export { TabBar } from "./TabBar"; | |
| export { | |
| MAX_PANES_PER_TAB, | |
| useTabs, | |
| type Tab, | |
| type TerminalTab, | |
| type EditorTab, | |
| type PreviewTab, | |
| type AiDiffTab, | |
| type AiDiffStatus, | |
| type TabPatch, | |
| } from "./lib/useTabs"; | |
| export { useWorkspaceCwd } from "./lib/useWorkspaceCwd"; | |