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