mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 13:41:18 +08:00
7 lines
195 B
TypeScript
7 lines
195 B
TypeScript
export const parameters = {
|
|
options: {
|
|
brandTitle: 'CRA TypeScript Kitchen Sink',
|
|
brandUrl: 'https://github.com/storybookjs/storybook/tree/master/examples/cra-ts-kitchen-sink',
|
|
},
|
|
};
|