mirror of
https://github.com/misskey-dev/misskey.git
synced 2025-01-04 23:32:04 +01:00
6 lines
62 B
TypeScript
6 lines
62 B
TypeScript
|
export const argTypes = {
|
||
|
retry: {
|
||
|
action: 'retry',
|
||
|
},
|
||
|
};
|