UNPKG

@intersect.mbo/govtool-delegation-pillar

Version:
10 lines (9 loc) 447 B
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;