diff --git a/intro.js/intro.js.d.ts b/intro.js/intro.js.d.ts index a3cb5a8e4..b476d5793 100644 --- a/intro.js/intro.js.d.ts +++ b/intro.js/intro.js.d.ts @@ -29,9 +29,9 @@ declare module IntroJs { overlayOpacity?: number; positionPrecedence?: string[]; disableInteraction?: boolean; - hintPosition: string; - hintButtonLabel: string; - steps: Step[]; + hintPosition?: string; + hintButtonLabel?: string; + steps?: Step[]; } interface IntroJs {