UNPKG

react-segmented-input

Version:

Highly customizable React components for code input fields with TypeScript support

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