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