UNPKG

svelte-aria-dialog

Version:

A tiny svelte component that provides a mostly unstyled, WAI-ARIA accessible modal dialog with a few simple options.

6 lines (5 loc) 197 B
import type { Options } from "focus-trap"; export declare function focusTrap(node: HTMLElement, options?: Options): { destroy(): void; }; export declare function uid(prefix: any): string;