From ca578cd348771fc1296384c73a7c24a14e55d908 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sami=20M=C3=A4ki?= Date: Mon, 5 Mar 2018 11:36:46 +0200 Subject: [PATCH] Update navbar props and examples. Updated and checked components: Navbar, NavbarBrand, NavbarToggler. --- types/reactstrap/lib/NavbarToggler.d.ts | 2 -- types/reactstrap/reactstrap-tests.tsx | 37 ++++++++++++++++++------- 2 files changed, 27 insertions(+), 12 deletions(-) diff --git a/types/reactstrap/lib/NavbarToggler.d.ts b/types/reactstrap/lib/NavbarToggler.d.ts index 1eea9880a5..542b671d28 100644 --- a/types/reactstrap/lib/NavbarToggler.d.ts +++ b/types/reactstrap/lib/NavbarToggler.d.ts @@ -5,8 +5,6 @@ export interface NavbarTogglerProps extends React.HTMLProps { type?: string; className?: string; cssModule?: CSSModule; - right?: boolean; - left?: boolean; } declare const NavbarToggler: React.StatelessComponent; diff --git a/types/reactstrap/reactstrap-tests.tsx b/types/reactstrap/reactstrap-tests.tsx index 3e93ecb5bc..8b58c9f886 100644 --- a/types/reactstrap/reactstrap-tests.tsx +++ b/types/reactstrap/reactstrap-tests.tsx @@ -2107,9 +2107,9 @@ class Example75 extends React.Component { render() { return (
- - + reactstrap + @@ -2145,9 +2162,9 @@ class Example76 extends React.Component { return (
- - - reactstrap + reactstrap + +