UNPKG

@mui/internal-docs-infra

Version:

MUI Infra - internal documentation creation tools.

6 lines 251 B
import * as React from 'react'; export interface CodeErrorsContext { errors?: Error[]; } export declare const CodeErrorsContext: React.Context<CodeErrorsContext | undefined>; export declare function useErrorsContext(): CodeErrorsContext | undefined;