UNPKG

react-segmented-input

Version:

Highly customizable React components for code input fields with TypeScript support

4 lines 260 B
export { default as BoxCodeInput } from './components/BoxCodeInput'; export { default as LineCodeInput } from './components/LineCodeInput'; export type { BoxCodeInputProps, LineCodeInputProps, CodeInputRef, } from './types'; //# sourceMappingURL=index.d.ts.map