Skip to content

Commit 36f37b9

Browse files
committed
Using 'any' as type for now for componentClass on DropdownButton
1 parent e1e5569 commit 36f37b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DropdownButton.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export interface DropdownButtonProps extends React.Props<DropdownButtonClass> {
77
bsStyle?: string;
88
bsSize?: string;
99
buttonClassName?: string;
10-
componentClass?: React.Component;
10+
componentClass?: any;
1111
className?: string;
1212
dropup?: boolean;
1313
href?: string;

0 commit comments

Comments
 (0)