package.dist.components.pin-input.pin-input-input.d.ts Maven / Gradle / Ivy
import { InputProps } from '@zag-js/pin-input';
import { HTMLProps, PolymorphicProps } from '../factory';
import { ForwardRefExoticComponent, RefAttributes } from 'react';
export interface PinInputInputBaseProps extends InputProps, PolymorphicProps {
}
export interface PinInputInputProps extends HTMLProps<'input'>, PinInputInputBaseProps {
}
export declare const PinInputInput: ForwardRefExoticComponent>;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy