UNPKG

@eclipse-scout/core

Version:
10 lines 409 B
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