ui-ingredients
Version:
Headless component library for Svelte powered by zag
7 lines (6 loc) • 364 B
TypeScript
import type { HtmlIngredientProps } from '../types.js';
export interface AngleSliderValueTextProps extends HtmlIngredientProps<'span', HTMLSpanElement> {
}
declare const AngleSliderValueText: import("svelte").Component<AngleSliderValueTextProps, {}, "ref">;
type AngleSliderValueText = ReturnType<typeof AngleSliderValueText>;
export default AngleSliderValueText;