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) 257 B
/** * Copyright (c) HashiCorp, Inc. * SPDX-License-Identifier: MPL-2.0 */ import type { Plugin } from 'unified'; /** * remark plugin which removes all import and export statements */ export declare function removeImportsExportsPlugin(): Plugin<any[]>;