UNPKG

215 BTypeScriptView Raw
1import type { View } from '../../ui/core/view';
2export declare function isEmbedded(): boolean;
3export declare function setEmbeddedView(view: View | undefined): void;
4export declare function getEmbeddedView(): View;