@octopusdeploy/design-system-components
Version:
The design systems component library.
7 lines (6 loc) • 300 B
TypeScript
import { type ErrorInfo } from "./ErrorPanel";
interface Level2OuterPageLoadingProps {
errors?: ErrorInfo[];
}
export declare function Level2OuterPageLoading({ errors }: Level2OuterPageLoadingProps): import("react/jsx-runtime").JSX.Element | import("react/jsx-runtime").JSX.Element[];
export {};