Storybook hinzugefĆ¼gt
[examples/angular-tutorial] / .storybook / typings.d.ts
diff --git a/.storybook/typings.d.ts b/.storybook/typings.d.ts
new file mode 100644 (file)
index 0000000..f73d61b
--- /dev/null
@@ -0,0 +1,4 @@
+declare module '*.md' {
+  const content: string;
+  export default content;
+}