mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-24 05:06:02 +08:00
Updated reactstrap DropdownMenu className type
This commit is contained in:
2
types/reactstrap/lib/DropdownMenu.d.ts
vendored
2
types/reactstrap/lib/DropdownMenu.d.ts
vendored
@@ -3,7 +3,7 @@ import { CSSModule } from '../index';
|
||||
interface Props {
|
||||
tag?: React.ReactType;
|
||||
right?: boolean;
|
||||
className?: boolean;
|
||||
className?: string;
|
||||
cssModule?: CSSModule;
|
||||
}
|
||||
|
||||
|
||||
@@ -3265,7 +3265,7 @@ function Example105() {
|
||||
Toggle
|
||||
</a>
|
||||
|
||||
<DropdownMenu right>
|
||||
<DropdownMenu right className="asdf">
|
||||
<div className="d-block">
|
||||
Item
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user