UNPKG

bits-ui

Version:

The headless components for Svelte.

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