Skip to content

Commit

Permalink
[react-bootstrap#4194] - ref forwarding for ToggleButton
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuber committed Oct 10, 2019
1 parent 5bc0e29 commit a361228
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion types/components/ToggleButton.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ export interface ToggleButtonProps {
onChange?: React.ChangeEventHandler<this>;
value: unknown;
inputRef?: React.LegacyRef<this>;
innerRef?: React.LegacyRef<this>;
}

declare class ToggleButton<
Expand Down

0 comments on commit a361228

Please sign in to comment.