UNPKG

@mui/internal-docs-infra

Version:

MUI Infra - internal documentation creation tools.

7 lines 192 B
import { useErrorsContext } from "./ErrorsContext.js"; export function useErrors() { var context = useErrorsContext(); return { errors: context == null ? void 0 : context.errors }; }