diff --git a/types/reactstrap/lib/Row.d.ts b/types/reactstrap/lib/Row.d.ts index b318b6e6f5..61529c4a48 100644 --- a/types/reactstrap/lib/Row.d.ts +++ b/types/reactstrap/lib/Row.d.ts @@ -1,8 +1,8 @@ -interface Props { +interface Props extends React.HTMLProps< HTMLElement> { className?: string; tag?: React.ReactType; noGutters?: boolean; } -declare var Row: React.StatelessComponent>; +declare var Row: React.StatelessComponent; export default Row; \ No newline at end of file diff --git a/types/reactstrap/reactstrap-tests.tsx b/types/reactstrap/reactstrap-tests.tsx index b69023e6c0..331436760e 100644 --- a/types/reactstrap/reactstrap-tests.tsx +++ b/types/reactstrap/reactstrap-tests.tsx @@ -549,7 +549,7 @@ const Example26 = (props: any) => { const Example27 = (props: any) => { return ( - + Special Title Treatment