ucap-angular/.storybook/typings.d.ts

5 lines
77 B
TypeScript
Raw Normal View History

2020-04-20 14:09:09 +09:00
declare module '*.md' {
const content: string;
export default content;
}