We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 06bebb0 + 4f84338 commit 98aea57Copy full SHA for 98aea57
src/index.d.ts
@@ -1,3 +1,5 @@
1
+import React from 'react';
2
+
3
interface ReactCodeInputProps {
4
type?: 'text' | 'number';
5
onChange?: (val: string) => void;
0 commit comments