up sae-lib style

This commit is contained in:
Tykayn 2025-10-15 11:16:56 +02:00 committed by tykayn
parent bdd10502a3
commit ab962e27d3
6 changed files with 352 additions and 1 deletions

View file

@ -0,0 +1,14 @@
import type { StorybookConfig } from '@storybook/angular';
const config: StorybookConfig = {
stories: ['../src/**/*.stories.@(ts|tsx)'],
addons: [],
framework: {
name: '@storybook/angular',
options: {}
}
};
export default config;