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