mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 07:21:16 +08:00
Change template Stories to make them compatible with excludeDecorators docs parameter
This commit is contained in:
parent
206b0983d8
commit
9543df1cad
@ -2,10 +2,9 @@ import { global as globalThis } from '@storybook/global';
|
||||
import type { PartialStoryFn, StoryContext } from '@storybook/types';
|
||||
|
||||
export default {
|
||||
component: null,
|
||||
component: globalThis.Components.Pre,
|
||||
decorators: [
|
||||
(storyFn: PartialStoryFn, context: StoryContext) =>
|
||||
storyFn({ component: globalThis.Components.Pre, args: { object: context.args } }),
|
||||
(storyFn: PartialStoryFn, context: StoryContext) => storyFn({ args: { object: context.args } }),
|
||||
],
|
||||
argTypes: {
|
||||
boolean: { control: 'boolean' },
|
||||
|
@ -2,10 +2,9 @@ import { global as globalThis } from '@storybook/global';
|
||||
import type { PartialStoryFn, StoryContext } from '@storybook/types';
|
||||
|
||||
export default {
|
||||
component: null,
|
||||
component: globalThis.Components.Pre,
|
||||
decorators: [
|
||||
(storyFn: PartialStoryFn, context: StoryContext) =>
|
||||
storyFn({ component: globalThis.Components.Pre, args: { object: context.args } }),
|
||||
(storyFn: PartialStoryFn, context: StoryContext) => storyFn({ args: { object: context.args } }),
|
||||
],
|
||||
};
|
||||
|
||||
|
@ -2,10 +2,9 @@ import { global as globalThis } from '@storybook/global';
|
||||
import type { PartialStoryFn, StoryContext } from '@storybook/types';
|
||||
|
||||
export default {
|
||||
component: null,
|
||||
component: globalThis.Components.Pre,
|
||||
decorators: [
|
||||
(storyFn: PartialStoryFn, context: StoryContext) =>
|
||||
storyFn({ component: globalThis.Components.Pre, args: { object: context.args } }),
|
||||
(storyFn: PartialStoryFn, context: StoryContext) => storyFn({ args: { object: context.args } }),
|
||||
],
|
||||
};
|
||||
|
||||
|
@ -2,10 +2,9 @@ import { global as globalThis } from '@storybook/global';
|
||||
import type { PartialStoryFn, StoryContext } from '@storybook/types';
|
||||
|
||||
export default {
|
||||
component: null,
|
||||
component: globalThis.Components.Pre,
|
||||
decorators: [
|
||||
(storyFn: PartialStoryFn, context: StoryContext) =>
|
||||
storyFn({ component: globalThis.Components.Pre, args: { object: context.args } }),
|
||||
(storyFn: PartialStoryFn, context: StoryContext) => storyFn({ args: { object: context.args } }),
|
||||
],
|
||||
args: {
|
||||
helloWorld: 1,
|
||||
|
@ -2,10 +2,9 @@ import { global as globalThis } from '@storybook/global';
|
||||
import type { PartialStoryFn, StoryContext } from '@storybook/types';
|
||||
|
||||
export default {
|
||||
component: null,
|
||||
component: globalThis.Components.Pre,
|
||||
decorators: [
|
||||
(storyFn: PartialStoryFn, context: StoryContext) =>
|
||||
storyFn({ component: globalThis.Components.Pre, args: { object: context.args } }),
|
||||
(storyFn: PartialStoryFn, context: StoryContext) => storyFn({ args: { object: context.args } }),
|
||||
],
|
||||
};
|
||||
|
||||
|
@ -2,10 +2,9 @@ import { global as globalThis } from '@storybook/global';
|
||||
import type { PartialStoryFn, StoryContext } from '@storybook/types';
|
||||
|
||||
export default {
|
||||
component: null,
|
||||
component: globalThis.Components.Pre,
|
||||
decorators: [
|
||||
(storyFn: PartialStoryFn, context: StoryContext) =>
|
||||
storyFn({ component: globalThis.Components.Pre, args: { object: context.args } }),
|
||||
(storyFn: PartialStoryFn, context: StoryContext) => storyFn({ args: { object: context.args } }),
|
||||
],
|
||||
};
|
||||
|
||||
|
@ -2,10 +2,9 @@ import { global as globalThis } from '@storybook/global';
|
||||
import type { PartialStoryFn, StoryContext } from '@storybook/types';
|
||||
|
||||
export default {
|
||||
component: null,
|
||||
component: globalThis.Components.Pre,
|
||||
decorators: [
|
||||
(storyFn: PartialStoryFn, context: StoryContext) =>
|
||||
storyFn({ component: globalThis.Components.Pre, args: { object: context.args } }),
|
||||
(storyFn: PartialStoryFn, context: StoryContext) => storyFn({ args: { object: context.args } }),
|
||||
],
|
||||
argTypes: {
|
||||
x: { type: { required: true } },
|
||||
|
Loading…
x
Reference in New Issue
Block a user