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