INIT
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
import type { TabsRootProps } from "../types.js";
|
||||
declare const Tabs: import("svelte").Component<TabsRootProps, {}, "value" | "ref">;
|
||||
type Tabs = ReturnType<typeof Tabs>;
|
||||
export default Tabs;
|
||||
Reference in New Issue
Block a user