angular-custom-tour
Advanced tools
Comparing version 0.0.9 to 0.0.10
@@ -8,3 +8,3 @@ { | ||
}, | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"license": "MIT", | ||
@@ -11,0 +11,0 @@ "main": "bundles/angular-custom-tour.umd.min.js", |
export declare class HintOptions { | ||
elementsDisabled: boolean; | ||
defaultPosition: string; | ||
defaultOrder: number; | ||
defaultLayer: number; | ||
applyRelative: boolean; | ||
stepTag: string; | ||
elementsDisabled?: boolean; | ||
defaultPosition?: string; | ||
defaultOrder?: number; | ||
defaultLayer?: number; | ||
applyRelative?: boolean; | ||
stepTag?: string; | ||
} |
Sorry, the diff of this file is not supported yet
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
38850