UNPKG

rightui

Version:

Beautiful UI library for Svelte. Based on shadcn-svelte. For Wonrity

4 lines (3 loc) 158 B
declare const DialogContent: import("svelte").Component<any, {}, "ref">; type DialogContent = ReturnType<typeof DialogContent>; export default DialogContent;