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