UNPKG

bits-ui

Version:

The headless components for Svelte.

4 lines (3 loc) 176 B
declare const Dialog: import("svelte").Component<import("../types.js").DialogRootPropsWithoutHTML, {}, "open">; type Dialog = ReturnType<typeof Dialog>; export default Dialog;