mirror of
https://github.com/hellodigua/ChatLab.git
synced 2026-05-07 22:01:18 +08:00
5 lines
79 B
TypeScript
5 lines
79 B
TypeScript
declare module '*.md?raw' {
|
|
const content: string
|
|
export default content
|
|
}
|