Skip to content

Commit

Permalink
Merge branch 'next' into feat-store-panel-state
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyhw authored Nov 23, 2024
2 parents 7d28abd + 32574a4 commit 1c63214
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -385,8 +385,6 @@ You can pass these parameters to getStorybookUI call in your storybook entry poi
storage?: Object (undefined)
-- {getItem: (key: string) => Promise<string | null>;setItem: (key: string, value: string) => Promise<void>;}
-- Custom storage to be used instead of AsyncStorage
shouldPersistSelection: Boolean (true)
-- Stores last selected story in your devices storage.
onDeviceUI?: boolean;
-- show the ondevice ui
enableWebsockets?: boolean;
Expand Down

0 comments on commit 1c63214

Please sign in to comment.