UNPKG

ui-ingredients

Version:

Headless component library for Svelte powered by zag

7 lines (6 loc) 380 B
import type { HtmlIngredientProps } from '../types.js'; export interface FloatingPanelPositionerProps extends HtmlIngredientProps<'div', HTMLDivElement> { } declare const FloatingPanelPositioner: import("svelte").Component<FloatingPanelPositionerProps, {}, "ref">; type FloatingPanelPositioner = ReturnType<typeof FloatingPanelPositioner>; export default FloatingPanelPositioner;