mirror of
https://github.com/docmost/docmost.git
synced 2026-08-30 02:25:01 +08:00
init multi-tab-node
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
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";
|
||||
Reference in New Issue
Block a user