@types/reactour
Advanced tools
Comparing version 1.18.0 to 1.18.1
@@ -99,2 +99,10 @@ // Type definitions for reactour 1.18 | ||
export interface CustomHelperProps { | ||
current: number; | ||
totalSteps: number; | ||
gotoStep: (step: number) => void; | ||
close: () => void; | ||
content: React.ReactNode | ((args: ReactourStepContentArgs) => React.ReactNode); | ||
} | ||
export interface ReactourProps { | ||
@@ -296,2 +304,7 @@ /** | ||
accessibilityOptions?: ReactourAccessibilityOptions; | ||
/** | ||
* CustomHelper component | ||
*/ | ||
CustomHelper?: ({ ...props }: CustomHelperProps) => React.ReactElement; | ||
} | ||
@@ -298,0 +311,0 @@ |
{ | ||
"name": "@types/reactour", | ||
"version": "1.18.0", | ||
"version": "1.18.1", | ||
"description": "TypeScript definitions for reactour", | ||
@@ -29,4 +29,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "8c31f1eeee8376b138e900dabfea1373fa4cf0102a26f20a4ff8efeb237b4b98", | ||
"typesPublisherContentHash": "d0287bb43ec314495a8712cbda50508dfc21e8252ad4619fd8ae97d061bbb96e", | ||
"typeScriptVersion": "3.4" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 02 Feb 2021 04:19:59 GMT | ||
* Last updated: Sun, 14 Feb 2021 12:49:37 GMT | ||
* Dependencies: [@types/react](https://npmjs.com/package/@types/react) | ||
@@ -14,0 +14,0 @@ * Global values: none |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12299
305