UNPKG

ui-ingredients

Version:

Headless component library for Svelte powered by zag

8 lines (7 loc) 478 B
import type { SegmentPathProps } from '@zag-js/signature-pad'; import type { Assign, HtmlIngredientProps } from '../types.js'; export interface SignaturePadSegmentPathProps extends Assign<HtmlIngredientProps<'path', SVGPathElement>, SegmentPathProps> { } declare const SignaturePadSegmentPath: import("svelte").Component<SignaturePadSegmentPathProps, {}, "ref">; type SignaturePadSegmentPath = ReturnType<typeof SignaturePadSegmentPath>; export default SignaturePadSegmentPath;