mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
10 lines
205 B
TypeScript
10 lines
205 B
TypeScript
import type { Preview } from '@storybook/angular';
|
|
import rootPreview from '../../../.storybook/preview';
|
|
|
|
const preview: Preview = {
|
|
...rootPreview,
|
|
tags: ['autodocs']
|
|
};
|
|
|
|
export default preview;
|