mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 04:50:18 +00:00
Add selectedAddonPanel to storybook__addon-options
Following https://github.com/storybooks/storybook/pull/1641
This commit is contained in:
+1
@@ -20,6 +20,7 @@ export interface Options {
|
||||
sortStoriesByKind?: boolean;
|
||||
hierarchySeparator?: RegExp | string;
|
||||
hierarchyRootSeparator?: RegExp | string;
|
||||
selectedAddonPanel?: string;
|
||||
}
|
||||
|
||||
export function setOptions(options: Options): void;
|
||||
|
||||
@@ -10,7 +10,8 @@ setOptions({
|
||||
addonPanelInRight: false,
|
||||
sortStoriesByKind: false,
|
||||
hierarchySeparator: /\//,
|
||||
hierarchyRootSeparator: /\|/
|
||||
hierarchyRootSeparator: /\|/,
|
||||
selectedAddonPanel: 'storybook/actions/action-panel',
|
||||
});
|
||||
|
||||
setOptions({
|
||||
|
||||
Reference in New Issue
Block a user