Skip to content

Commit

Permalink
docs: complete docs
Browse files Browse the repository at this point in the history
  • Loading branch information
PupoSDC committed Jan 21, 2024
1 parent 9893fa1 commit 50599fe
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import { Suspense } from "react";
import { ErrorBoundary } from "react-error-boundary";
import { NoSsr } from "@mui/base";
import { Skeleton } from "@mui/joy";
import type { SxProps } from "@mui/joy/styles/types";
import { Ups } from "../ups";
import type { SxProps } from "@mui/joy/styles/types";
import type { ComponentType, FunctionComponent, ReactNode } from "react";
import type { FallbackProps } from "react-error-boundary";

Expand All @@ -12,7 +12,7 @@ export type LoadingFallbackProps = { sx?: SxProps };

export type ContainerWrapperProps = {
/**
* Forward to error fallback and ...
* Forwarded to error fallback and error fallback.
*/
sx?: SxProps;

Expand Down

0 comments on commit 50599fe

Please sign in to comment.