UNPKG

rightui

Version:

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

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