UNPKG

rightui

Version:

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

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