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 + +