UNPKG

@octopusdeploy/design-system-components

Version:
7 lines (6 loc) 259 B
import { type ErrorInfo } from "../ErrorSummary"; interface Level2OuterPageLoadingProps { errors?: ErrorInfo[]; } export declare function Level2OuterPageLoading({ errors }: Level2OuterPageLoadingProps): import("react/jsx-runtime").JSX.Element; export {};