react-input-pin-code
Version:
Pin input built with React component and styled-components
16 lines (12 loc) • 341 B
TypeScript
import { FC } from 'react';
import { P as Props$1 } from '../../types-CH8HT4NO.js';
type Props = Props$1 & {
index: number;
value: string;
completed: boolean;
};
type Component = FC<Props>;
declare const PinInputField: Component;
export { PinInputField };
export type { Component, Props };
//# sourceMappingURL=index.d.ts.map