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