mirror of
https://gitee.com/wanwujie/deer-flow
synced 2026-04-18 20:14:44 +08:00
5 lines
77 B
TypeScript
5 lines
77 B
TypeScript
|
|
declare module "*.md" {
|
||
|
|
const content: string;
|
||
|
|
export default content;
|
||
|
|
}
|