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