@progress/kendo-angular-layout
Version:
Kendo UI for Angular Layout Package - a collection of components to create professional application layoyts
23 lines (22 loc) • 918 B
TypeScript
/**-----------------------------------------------------------------------------------------
* Copyright © 2025 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information
*-------------------------------------------------------------------------------------------*/
import * as i0 from "@angular/core";
/**
* Defines the content of the Drawer component.
*
* @example
* ```html
* <kendo-drawer-content>
* <h1>Main Content Area</h1>
* <p>Your application content goes here.</p>
* </kendo-drawer-content>
* ```
*/
export declare class DrawerContentComponent {
hostClasses: boolean;
constructor();
static ɵfac: i0.ɵɵFactoryDeclaration<DrawerContentComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<DrawerContentComponent, "kendo-drawer-content", never, {}, {}, never, ["*"], true, never>;
}