UNPKG

bits-ui

Version:

The headless components for Svelte.

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