From 1d8981daecc8a66a3f941f5d32eba6b2c7e4242a Mon Sep 17 00:00:00 2001 From: Gaurav bhojwani Date: Wed, 16 Oct 2024 16:10:00 +0000 Subject: [PATCH] updated NgxStoriesOptions interface readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index df887ac..079c54b 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,8 @@ export class AppComponent { interface NgxStoriesOptions { width: number, height: number, + currentStoryIndex: 0, + currentStoryGroupIndex: 0 } ```