UNPKG

@theia/core

Version:

Theia is a cloud & desktop IDE framework implemented in TypeScript.

9 lines 321 B
export interface PreviewableWidget { loaded?: boolean; getPreviewNode(): Node | undefined; } export declare namespace PreviewableWidget { function is(arg: unknown): arg is PreviewableWidget; function isPreviewable(arg: unknown): arg is PreviewableWidget; } //# sourceMappingURL=previewable-widget.d.ts.map