6 lines
62 B
TypeScript
6 lines
62 B
TypeScript
|
export const argTypes = {
|
||
|
retry: {
|
||
|
action: 'retry',
|
||
|
},
|
||
|
};
|