diff --git a/bs-stepper.d.ts b/bs-stepper.d.ts index fcaa6b3..47201bb 100644 --- a/bs-stepper.d.ts +++ b/bs-stepper.d.ts @@ -1,10 +1,10 @@ declare type StepperOptions = { - linear: boolean, - animation: boolean, - selectors: { - steps: string, - trigger: string, - stepper: string + linear?: boolean, + animation?: boolean, + selectors?: { + steps?: string, + trigger?: string, + stepper?: string } };