UNPKG

@xyo-network/react-shared

Version:

Common React library for all XYO projects that use React

7 lines 281 B
import type { AlertProps } from '@mui/material'; import React from 'react'; export interface PayloadDataMissingProps extends AlertProps { alertBody?: string; } export declare const PayloadDataMissing: React.FC<PayloadDataMissingProps>; //# sourceMappingURL=DataMissing.d.ts.map