mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-04-16 22:24:49 +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;
|