Skip to content

Commit

Permalink
fix(typing): improve typescript typing
Browse files Browse the repository at this point in the history
  • Loading branch information
Johann-S committed Jun 19, 2019
1 parent 93b0b18 commit ae2f687
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions bs-stepper.d.ts
Original file line number Diff line number Diff line change
@@ -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
}
};

Expand Down

0 comments on commit ae2f687

Please sign in to comment.