Update DropdownItem.d.ts

Missing toggle option in props
This commit is contained in:
Lukáš Rada
2017-10-23 11:58:24 +02:00
committed by GitHub
parent 097d2acf71
commit 5c52119b92

View File

@@ -9,6 +9,7 @@ interface Props {
className?: string;
cssModule?: CSSModule;
href?: string;
toggle?: boolean;
}
declare var DropdownItem: React.StatelessComponent<Props>;