UNPKG

ui-ingredients

Version:

Headless component library for Svelte powered by zag

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