Skip to content

Commit 686629d

Browse files
committed
fix: Fix DropdownToggleProps
1 parent 2975f31 commit 686629d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

types/components/DropdownToggle.d.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ import Button from './Button';
44

55
import { BsPrefixComponent } from './helpers';
66

7-
export interface DropdownToggleProps
8-
extends React.ComponentPropsWithRef<typeof Button> {
7+
export interface DropdownToggleProps {
98
id: string;
109
split?: boolean;
1110
childBsPrefix?: string;

0 commit comments

Comments
 (0)