UNPKG

ui-ingredients

Version:

Headless component library for Svelte powered by zag

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