UNPKG

@octopusdeploy/design-system-components

Version:
7 lines (6 loc) 300 B
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 {};