@progress/kendo-vue-layout
Version:
22 lines (21 loc) • 852 B
TypeScript
/**
* @license
*-------------------------------------------------------------------------------------------
* Copyright © 2026 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the package root for more information
*-------------------------------------------------------------------------------------------
*/
/**
* @hidden
*/
export interface AppBarSectionComputed {
[key: string]: any;
wrapperClass: object;
}
/**
* @hidden
*/
declare const AppBarSection: import('vue').DefineComponent<{}, {}, {}, {}, {
focus(): void;
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
export { AppBarSection };