UNPKG

@octopusdeploy/design-system-components

Version:
8 lines (7 loc) 284 B
import { type ErrorInfo } from "../ErrorSummary"; interface Level1PageLoadingProps { errors?: ErrorInfo[]; isFullWidth?: boolean; } export declare function Level1PageLoading({ errors, isFullWidth }: Level1PageLoadingProps): import("react/jsx-runtime").JSX.Element; export {};