mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-15 13:33:09 +02:00
6 lines
62 B
TypeScript
6 lines
62 B
TypeScript
|
export const argTypes = {
|
||
|
retry: {
|
||
|
action: 'retry',
|
||
|
},
|
||
|
};
|