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