@octopusdeploy/design-system-components
Version:
The design systems component library.
9 lines (8 loc) • 339 B
TypeScript
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 {};