Skip to content

Commit cda2a2f

Browse files
skeatelayershifter
authored andcommitted
fix(Input): add select to type definitions (#3380)
fix(Input): add `select` to type definitions
1 parent d53b354 commit cda2a2f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/elements/Input/Input.d.ts

+1
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ export interface InputOnChangeData extends InputProps {
8383

8484
declare class Input extends React.Component<InputProps, {}> {
8585
focus: () => void
86+
select: () => void
8687
}
8788

8889
export default Input

0 commit comments

Comments
 (0)