UNPKG

bits-ui

Version:

The headless components for Svelte.

5 lines (4 loc) 228 B
import type { DialogContentProps } from "../types.js"; declare const DialogContent: import("svelte").Component<DialogContentProps, {}, "ref">; type DialogContent = ReturnType<typeof DialogContent>; export default DialogContent;