@eclipse-scout/core
Version:
Eclipse Scout runtime
10 lines • 409 B
TypeScript
import { LoadingSupport } from '../index';
/**
* This class provides loading support functionality for widgets that simple want to add a CSS class 'loading'
* when they're in loading state.
*/
export declare class SimpleLoadingSupport extends LoadingSupport {
protected _renderLoadingIndicator(): void;
protected _removeLoadingIndicator(): void;
}
//# sourceMappingURL=SimpleLoadingSupport.d.ts.map