Files
Panayot Cankov d098ff43f5 Add module names for the typedoc, make it work
Mark members with @private for typedoc.
2017-04-20 16:58:30 +03:00

9 lines
162 B
TypeScript

/**
* @module "ui/proxy-view-container"
*/ /** */
import { LayoutBase } from "../layouts/layout-base";
export class ProxyViewContainer extends LayoutBase {
}