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