UNPKG

@octopusdeploy/design-system-components

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