Files
docmost/packages/editor-ext/src/lib/tabs/index.ts
T
2026-08-06 22:02:02 +01:00

9 lines
328 B
TypeScript

export { Tabs } from "./tabs";
export { Tab } from "./tab";
export { TabLabel } from "./tab-label";
export { TabPanel } from "./tab-panel";
export type { TabsOptions } from "./tabs";
export type { TabOptions } from "./tab";
export type { TabLabelOptions } from "./tab-label";
export type { TabPanelOptions } from "./tab-panel";