mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-30 02:16:01 +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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user