1
0
mirror of https://github.com/bitwarden/browser synced 2025-01-07 16:02:58 +01:00
bitwarden-estensione-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;
}