Skip to content

Commit 179595d

Browse files
authored
Update index.d.ts
1 parent d159ebd commit 179595d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/index.d.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ interface ReactCodeInputProps {
1515
placeholder?: string[];
1616
}
1717

18-
declare const ReactCodeInput: React.ComponentClass<ReactCodeInputProps>
18+
declare const ReactCodeInput: React.ComponentClass<ReactCodeInputProps> {
19+
__clearvalues__ : () => void;
20+
}
1921

2022
export default ReactCodeInput;

0 commit comments

Comments
 (0)