chore(v2): remove redundant file

This commit is contained in:
Alexey Pyltsyn 2020-04-05 17:33:21 +03:00 committed by GitHub
parent 80ef2fc5b6
commit 2e154fe4a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +0,0 @@
/// <reference types="node" />
// @mdx-js/mdx currently doesn't have any @types
declare module '@mdx-js/mdx' {
export default function mdx(content: string, options: any): JSX.Element;
}