Skip to content

Commit

Permalink
fix: Fix DropdownToggleProps
Browse files Browse the repository at this point in the history
  • Loading branch information
taion committed Aug 9, 2019
1 parent 2975f31 commit 686629d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions types/components/DropdownToggle.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ import Button from './Button';

import { BsPrefixComponent } from './helpers';

export interface DropdownToggleProps
extends React.ComponentPropsWithRef<typeof Button> {
export interface DropdownToggleProps {
id: string;
split?: boolean;
childBsPrefix?: string;
Expand Down

0 comments on commit 686629d

Please sign in to comment.