We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fbf0c2 commit 32574a4Copy full SHA for 32574a4
README.md
@@ -385,8 +385,6 @@ You can pass these parameters to getStorybookUI call in your storybook entry poi
385
storage?: Object (undefined)
386
-- {getItem: (key: string) => Promise<string | null>;setItem: (key: string, value: string) => Promise<void>;}
387
-- Custom storage to be used instead of AsyncStorage
388
- shouldPersistSelection: Boolean (true)
389
- -- Stores last selected story in your devices storage.
390
onDeviceUI?: boolean;
391
-- show the ondevice ui
392
enableWebsockets?: boolean;
0 commit comments