UNPKG

@mui/internal-docs-infra

Version:

MUI Infra - internal documentation creation tools.

2 lines 231 B
import { BaseContentLoadingProps, Code } from "./types.js"; export declare function codeToFallbackProps(variant: string, code?: Code, fileName?: string, needsAllFiles?: boolean, needsAllVariants?: boolean): BaseContentLoadingProps;