UNPKG

next-mdx-remote

Version:

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

8 lines (7 loc) 301 B
/** * Copyright (c) HashiCorp, Inc. * SPDX-License-Identifier: MPL-2.0 */ import type { Plugin } from 'unified'; import type { Program } from 'estree-jsx'; export declare const CreateRemoveDangerousCallsPlugin: (blocked_globals?: string[], blocked_properties?: string[]) => Plugin<any[], Program>;