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 AlertDialogTrigger: import("svelte").Component<AlertDialogPrimitive.TriggerProps, {}, "ref">; type AlertDialogTrigger = ReturnType<typeof AlertDialogTrigger>; export default AlertDialogTrigger;