UNPKG

gatsby-plugin-mdx

Version:
3 lines (2 loc) 159 B
export declare function createFileToMdxCacheKey(absolutePath: string): string; export declare function cachedImport<Type>(packageName: string): Promise<Type>;