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