UNPKG

next-mdx-remote

Version:

utilities for loading mdx from any remote source as data, rather than as a local import

10 lines (9 loc) 245 B
/** * Copyright (c) HashiCorp, Inc. * SPDX-License-Identifier: MPL-2.0 */ import { Plugin } from 'unified'; /** * remark plugin which removes all import and export statements */ export declare function removeImportsExportsPlugin(): Plugin;