termix / src /modules /tabs /index.ts
lekmikdok's picture
Prepare Terax for web deployment
50fe3c9 verified
Raw
History Blame Contribute Delete
282 Bytes
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";