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