mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 20:38:52 +00:00
5 lines
71 B
TypeScript
5 lines
71 B
TypeScript
declare module '*.md' {
|
|
const text: string;
|
|
export default text;
|
|
}
|