UNPKG

ui-ingredients

Version:

Headless component library for Svelte powered by zag

7 lines (6 loc) 328 B
import type { HtmlIngredientProps } from '../types.js'; export interface StepsIndicatorProps extends HtmlIngredientProps<'span', HTMLSpanElement> { } declare const StepsIndicator: import("svelte").Component<StepsIndicatorProps, {}, "ref">; type StepsIndicator = ReturnType<typeof StepsIndicator>; export default StepsIndicator;