UNPKG

@hhgtech/hhg-components

Version:
6 lines (5 loc) 285 B
import React from 'react'; import { LoadingOverlayProps as MantineLoadingOverlayProps } from '@mantine/core'; export type LoadingOverlayProps = MantineLoadingOverlayProps; declare const LoadingOverlay: (props: LoadingOverlayProps) => React.JSX.Element; export { LoadingOverlay };