Storybook hinzugefĆ¼gt
[examples/angular-tutorial] / .storybook / typings.d.ts
1 declare module '*.md' {
2   const content: string;
3   export default content;
4 }