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