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