UNPKG

rightui

Version:

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

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