mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-08 11:11:53 +08:00
10 lines
209 B
Plaintext
10 lines
209 B
Plaintext
```js
|
|
// example-addon/preset.js
|
|
|
|
export const previewAnnotations = [require.resolve('./dist/preview')];
|
|
|
|
export const managerEntries = [require.resolve('./dist/manager')];
|
|
|
|
export * from './dist/preset';
|
|
```
|