UNPKG

ui-ingredients

Version:

Headless component library for Svelte powered by zag

7 lines (6 loc) 348 B
import type { HtmlIngredientProps } from '../types.js'; export interface SignaturePadLabelProps extends HtmlIngredientProps<'label', HTMLLabelElement> { } declare const SignaturePadLabel: import("svelte").Component<SignaturePadLabelProps, {}, "ref">; type SignaturePadLabel = ReturnType<typeof SignaturePadLabel>; export default SignaturePadLabel;