1
0
mirror of https://github.com/bitwarden/browser synced 2024-12-12 17:28:56 +01:00
bitwarden-estensione-browser/.storybook/typings.d.ts
2022-06-16 20:41:22 +02:00

5 lines
77 B
TypeScript

declare module "*.md" {
const content: string;
export default content;
}