Skip to content

Commit

Permalink
Merge pull request #65 from Gauravdarkslayer/readme-interface-update
Browse files Browse the repository at this point in the history
Updated NgxStoriesOptions interface readme
  • Loading branch information
Gauravdarkslayer authored Oct 16, 2024
2 parents f783f7b + 1d8981d commit 70c1e05
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ export class AppComponent {
interface NgxStoriesOptions {
width: number,
height: number,
currentStoryIndex: 0,
currentStoryGroupIndex: 0
}
```

Expand Down

0 comments on commit 70c1e05

Please sign in to comment.