mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-02 08:40:08 +01:00
5 lines
77 B
TypeScript
5 lines
77 B
TypeScript
|
declare module "*.md" {
|
||
|
const content: string;
|
||
|
export default content;
|
||
|
}
|