@intersect.mbo/govtool-delegation-pillar
Version:
Delegation Pillar of the GovTool project
10 lines (9 loc) • 447 B
TypeScript
import { SxProps } from '@mui/material';
import { MetadataValidationStatus } from 'types';
export declare const DataMissingInfoBox: ({ isDataMissing, isInProgress, isSubmitted, isDrep, sx, }: {
isDataMissing: MetadataValidationStatus | null;
isInProgress?: boolean | undefined;
isSubmitted?: boolean | undefined;
isDrep?: boolean | undefined;
sx?: SxProps<{}> | undefined;
}) => import("react/jsx-runtime").JSX.Element | null;