1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-14 02:08:50 +02:00
bitwarden-browser/components/.storybook/typings.d.ts
2022-03-08 11:50:34 +01:00

5 lines
77 B
TypeScript

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