UNPKG

rightui

Version:

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

5 lines (4 loc) 272 B
import type { HTMLAttributes } from "svelte/elements"; declare const AlertDialogFooter: import("svelte").Component<WithElementRef<HTMLAttributes<HTMLDivElement>>, {}, "ref">; type AlertDialogFooter = ReturnType<typeof AlertDialogFooter>; export default AlertDialogFooter;