1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-06-22 09:55:55 +02:00
bitwarden-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;
}