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