UNPKG

101 BTypeScriptView Raw
1export interface FramingContainerOutlet {
2 containerName(): string;
3 isActivated(): boolean;
4}