UNPKG

bits-ui

Version:

The headless components for Svelte.

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