misskey/packages/frontend/src/components/MkCaptcha.stories.ts
Acid Chicken (硫酸鶏) bd7cc6ac38
docs: note about Storybook
2023-03-24 23:22:49 +09:00

11 lines
340 B
TypeScript

/* eslint-disable @typescript-eslint/explicit-function-return-type */
/* eslint-disable import/no-default-export */
import { Meta } from '@storybook/vue3';
const meta = {
title: 'components/MkCaptcha',
component: MkCaptcha,
} satisfies Meta<typeof MkCaptcha>;
export default meta;
import MkCaptcha from './MkCaptcha.vue';
void MkCaptcha;