mirror of
https://github.com/hellodigua/ChatLab.git
synced 2026-05-27 09:11:48 +08:00
5 lines
81 B
TypeScript
5 lines
81 B
TypeScript
declare module "*.md?raw" {
|
|
const content: string;
|
|
export default content;
|
|
}
|