Updated reactstrap DropdownMenu className type

This commit is contained in:
amikhalev
2017-08-15 16:04:30 -06:00
parent 5002dcc843
commit 1f1de1f591
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ import { CSSModule } from '../index';
interface Props {
tag?: React.ReactType;
right?: boolean;
className?: boolean;
className?: string;
cssModule?: CSSModule;
}

View File

@@ -3265,7 +3265,7 @@ function Example105() {
Toggle
</a>
<DropdownMenu right>
<DropdownMenu right className="asdf">
<div className="d-block">
Item
</div>