mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-02 17:53:30 +00:00
12 lines
231 B
TypeScript
12 lines
231 B
TypeScript
import type { Preview } from '@storybook/angular';
|
|
|
|
const preview: Preview = {
|
|
parameters: {
|
|
docs: { inlineStories: true },
|
|
controls: { expanded: true }
|
|
},
|
|
tags: ['autodocs']
|
|
};
|
|
|
|
export default preview;
|