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