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