UNPKG

react-segmented-input

Version:

Highly customizable React components for code input fields with TypeScript support

5 lines 292 B
import { default as React } from 'react'; import { BoxCodeInputProps, CodeInputRef } from '../../types'; declare const BoxCodeInput: React.ForwardRefExoticComponent<BoxCodeInputProps & React.RefAttributes<CodeInputRef>>; export default BoxCodeInput; //# sourceMappingURL=BoxCodeInput.d.ts.map