23 lines
363 B
JavaScript
23 lines
363 B
JavaScript
import '@maxgraph/css/common.css';
|
|
|
|
export const parameters = {
|
|
actions: { argTypesRegex: '^on[A-Z].*' },
|
|
controls: {
|
|
matchers: {
|
|
color: /(background|color)$/i,
|
|
date: /Date$/,
|
|
},
|
|
},
|
|
};
|
|
|
|
export const globalTypes = {
|
|
width: {
|
|
type: 'number',
|
|
defaultValue: 800,
|
|
},
|
|
height: {
|
|
type: 'number',
|
|
defaultValue: 600,
|
|
},
|
|
};
|