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