@types/reactour
Advanced tools
Comparing version 1.18.2 to 1.18.3
@@ -7,3 +7,3 @@ // Type definitions for reactour 1.18 | ||
import * as React from 'react'; | ||
import * as React from "react"; | ||
@@ -14,3 +14,3 @@ // --------------------- | ||
export type ReactourStepPosition = 'top' | 'right' | 'bottom' | 'left' | 'center'; | ||
export type ReactourStepPosition = "top" | "right" | "bottom" | "left" | "center"; | ||
@@ -165,3 +165,3 @@ export interface ReactourStepContentArgs { | ||
*/ | ||
disableKeyboardNavigation?: boolean | Array<'esc' | 'right' | 'left'> | undefined; | ||
disableKeyboardNavigation?: boolean | Array<"esc" | "right" | "left"> | undefined; | ||
@@ -348,3 +348,3 @@ /** | ||
export interface BadgeProps extends React.ComponentPropsWithRef<'span'> { | ||
export interface BadgeProps extends React.ComponentPropsWithRef<"span"> { | ||
accentColor?: string | undefined; | ||
@@ -360,6 +360,6 @@ } | ||
export interface ControlsProps extends React.ComponentPropsWithRef<'div'> {} | ||
export interface ControlsProps extends React.ComponentPropsWithRef<"div"> {} | ||
export const Controls: React.FC<ControlsProps>; | ||
export interface DotProps extends React.ComponentPropsWithRef<'button'> { | ||
export interface DotProps extends React.ComponentPropsWithRef<"button"> { | ||
disabled?: boolean | undefined; | ||
@@ -373,3 +373,3 @@ current?: number | undefined; | ||
export type NavigationProps = React.ComponentPropsWithRef<'nav'>; | ||
export type NavigationProps = React.ComponentPropsWithRef<"nav">; | ||
export const Navigation: React.FC<NavigationProps>; |
{ | ||
"name": "@types/reactour", | ||
"version": "1.18.2", | ||
"version": "1.18.3", | ||
"description": "TypeScript definitions for reactour", | ||
@@ -30,4 +30,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/reactour", | ||
}, | ||
"typesPublisherContentHash": "92d83488e03b3d5480648be0afd9d26a3239783035059c577560a985cae0e415", | ||
"typeScriptVersion": "3.6" | ||
"typesPublisherContentHash": "e2b7c0e9d80f315335313f5c02d52900cd51de5501b6036e2f3baf12f4cb7869", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Thu, 08 Jul 2021 22:41:45 GMT | ||
* Last updated: Wed, 27 Sep 2023 07:12:04 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