UNPKG

@ssplib/react-components

Version:
8 lines (7 loc) 240 B
import { SxProps } from '@mui/material'; interface LoadingScreenProps { textMessage?: string; containerSx: SxProps; } export declare const LoadingScreen: ({ textMessage, containerSx }: LoadingScreenProps) => JSX.Element; export {};