bitwarden-estensione-browser/.storybook/typings.d.ts

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
77 B
TypeScript
Raw Normal View History

2022-03-08 11:50:34 +01:00
declare module "*.md" {
const content: string;
export default content;
}