UNPKG

@mui/internal-docs-infra

Version:

MUI Infra - internal documentation creation tools.

6 lines 331 B
import type { Externals } from "../../CodeHighlighter/types.mjs"; /** * Filters out type-only imports from externals since they don't exist at runtime. * This is essential for client-side code where type imports are stripped during compilation. */ export declare function filterRuntimeExternals(externals: Externals): Externals;