UNPKG

rightui

Version:

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

5 lines (4 loc) 271 B
import { AlertDialog as AlertDialogPrimitive } from "bits-ui"; declare const AlertDialogOverlay: import("svelte").Component<AlertDialogPrimitive.OverlayProps, {}, "ref">; type AlertDialogOverlay = ReturnType<typeof AlertDialogOverlay>; export default AlertDialogOverlay;