mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-06-13 00:16:57 +00:00
10 lines
166 B
TypeScript
10 lines
166 B
TypeScript
/*
|
|
* SPDX-FileCopyrightText: syuilo and misskey-project
|
|
* SPDX-License-Identifier: AGPL-3.0-only
|
|
*/
|
|
|
|
export const argTypes = {
|
|
retry: {
|
|
action: 'retry',
|
|
},
|
|
};
|