react-input-pin-code
Version:
Pin input built with React component and styled-components
15 lines (11 loc) • 360 B
TypeScript
import { FC } from 'react';
import { P as Props$1 } from '../../types-CH8HT4NO.js';
type Props = Omit<Props$1, 'values'> & {
length?: number;
initialValue?: string | string[];
};
type Component = FC<Props>;
declare const StatefulPinInput: Component;
export { StatefulPinInput };
export type { Component, Props };
//# sourceMappingURL=index.d.ts.map