UNPKG

ui-ingredients

Version:

Headless component library for Svelte powered by zag

7 lines (6 loc) 368 B
import type { HtmlIngredientProps } from '../types.js'; export interface DatePickerYearSelectProps extends HtmlIngredientProps<'select', HTMLSelectElement> { } declare const DatePickerYearSelect: import("svelte").Component<DatePickerYearSelectProps, {}, "ref">; type DatePickerYearSelect = ReturnType<typeof DatePickerYearSelect>; export default DatePickerYearSelect;