mirror of
https://github.com/misskey-dev/misskey.git
synced 2024-12-22 06:35:10 +01:00
6 lines
62 B
TypeScript
6 lines
62 B
TypeScript
|
export const argTypes = {
|
||
|
retry: {
|
||
|
action: 'retry',
|
||
|
},
|
||
|
};
|