Set up Storybook again

This commit is contained in:
Robin
2026-03-30 17:59:29 +02:00
parent 40fdef89eb
commit 2de151d94d
9 changed files with 1030 additions and 49 deletions

12
src/@types/mdx.d.ts vendored Normal file
View File

@@ -0,0 +1,12 @@
/*
Copyright 2026 Element Creations Ltd.
SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
Please see LICENSE in the repository root for full details.
*/
import { JSX as ReactJSX } from "react";
declare module "mdx/types.js" {
export import JSX = ReactJSX;
}