UNPKG

@octopusdeploy/design-system-components

Version:
9 lines (8 loc) 339 B
import { type ErrorInfo } from "../ErrorSummary"; interface Level2InnerPageLoadingProps { loadingTitle: string; errors?: ErrorInfo[]; isFullWidth?: boolean; } export declare function Level2InnerPageLoading({ loadingTitle, errors, isFullWidth }: Level2InnerPageLoadingProps): import("react/jsx-runtime").JSX.Element; export {};