UNPKG

@adaptabletools/adaptable

Version:

Powerful data-agnostic HTML5 AG Grid extension which provides advanced, cutting-edge functionality to meet all DataGrid requirements

10 lines (9 loc) 340 B
import * as React from 'react'; export interface IAdaptableLoadingScreenProps { showLoadingScreen: boolean; loadingScreenDelay?: number; loadingScreenTitle?: string; loadingScreenText?: string; onClose?: () => {}; } export declare function AdaptableLoadingScreen(props: IAdaptableLoadingScreenProps): React.JSX.Element;