UNPKG

ui-ingredients

Version:

Headless component library for Svelte powered by zag

7 lines (6 loc) 356 B
import type { HtmlIngredientProps } from '../types.js'; export interface AlertDialogBackdropProps extends HtmlIngredientProps<'div', HTMLDivElement> { } declare const AlertDialogBackdrop: import("svelte").Component<AlertDialogBackdropProps, {}, "ref">; type AlertDialogBackdrop = ReturnType<typeof AlertDialogBackdrop>; export default AlertDialogBackdrop;