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