maxGraph/packages/html/.storybook/preview.js

23 lines
363 B
JavaScript
Raw Normal View History

2021-09-09 01:14:59 +00:00
import '@maxgraph/css/common.css';
export const parameters = {
2021-09-09 01:14:59 +00:00
actions: { argTypesRegex: '^on[A-Z].*' },
controls: {
matchers: {
color: /(background|color)$/i,
date: /Date$/,
},
},
2021-09-09 01:14:59 +00:00
};
2021-04-21 04:54:09 +00:00
export const globalTypes = {
width: {
type: 'number',
2021-09-09 01:14:59 +00:00
defaultValue: 800,
},
height: {
type: 'number',
2021-09-09 01:14:59 +00:00
defaultValue: 600,
},
};