mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-31 03:02:04 +08:00
fix typo
fix typo
This commit is contained in:
4
types/hopscotch/index.d.ts
vendored
4
types/hopscotch/index.d.ts
vendored
@@ -4,7 +4,7 @@
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
|
||||
declare type CallbackNameNamesOrDefinition = string | string[] | (() => void);
|
||||
declare type placmentTypes = 'top' | 'bottom' | 'right' | 'left';
|
||||
declare type placementTypes = 'top' | 'bottom' | 'right' | 'left';
|
||||
|
||||
interface HopscotchConfiguration {
|
||||
bubbleWidth?: number;
|
||||
@@ -46,7 +46,7 @@ interface TourDefinition extends HopscotchConfiguration {
|
||||
}
|
||||
|
||||
interface StepDefinition {
|
||||
placement: placmentTypes;
|
||||
placement: placementTypes;
|
||||
target: string | HTMLElement | Array<string | HTMLElement>
|
||||
|
||||
title?: string;
|
||||
|
||||
Reference in New Issue
Block a user