UNPKG

ui-ingredients

Version:

Headless component library for Svelte powered by zag

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