change header columns elements in airwatch
This commit is contained in:
parent
219fa8c4f9
commit
fa8a7ca996
215 changed files with 26292 additions and 45 deletions
19
old-sae-airwatch/.storybook/preview.ts
Normal file
19
old-sae-airwatch/.storybook/preview.ts
Normal file
|
@ -0,0 +1,19 @@
|
|||
|
||||
import type { Preview } from '@storybook/angular';
|
||||
|
||||
// Import des styles globaux
|
||||
import '../src/app/styles/styles.scss';
|
||||
|
||||
const preview: Preview = {
|
||||
parameters: {
|
||||
actions: { argTypesRegex: '^on[A-Z].*' },
|
||||
controls: {
|
||||
matchers: {
|
||||
color: /(background|color)$/i,
|
||||
date: /Date$/i,
|
||||
},
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
export default preview;
|
Loading…
Add table
Add a link
Reference in a new issue