diff --git a/types/reactour/index.d.ts b/types/reactour/index.d.ts index c9a4fa869e..6cf657da9b 100644 --- a/types/reactour/index.d.ts +++ b/types/reactour/index.d.ts @@ -197,7 +197,7 @@ export interface ReactourProps { * Show/Hide _Helper_ Navigation buttons * @default true */ - showButton?: boolean; + showButtons?: boolean; /** * Show/Hide _Helper_ Close button diff --git a/types/reactour/reactour-tests.tsx b/types/reactour/reactour-tests.tsx index de92bebc91..b69dacd4ea 100644 --- a/types/reactour/reactour-tests.tsx +++ b/types/reactour/reactour-tests.tsx @@ -131,7 +131,7 @@ class CustomTour extends React.Component<{}, { isTourOpen: boolean }> { scrollDuration={100} scrollOffset={1} showNumber={false} - showButton={false} + showButtons={false} showCloseButton={false} showNavigation={false} showNavigationNumber={false}