summaryrefslogtreecommitdiff
path: root/packages/frontend/src/components/global/MkError.stories.meta.ts
blob: a3955c57860e2f227a891c30fdc2443f6f0bc41d (plain)
1
2
3
4
5
6
7
8
9
10
/*
 * SPDX-FileCopyrightText: syuilo and other misskey contributors
 * SPDX-License-Identifier: AGPL-3.0-only
 */

export const argTypes = {
	retry: {
		action: 'retry',
	},
};