package.src.vaadin-menu-bar-buttons-mixin.d.ts Maven / Gradle / Ivy
/**
* @license
* Copyright (c) 2019 - 2022 Vaadin Ltd.
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
*/
import type { Constructor } from '@open-wc/dedupe-mixin';
import type { ResizeMixinClass } from '@vaadin/component-base/src/resize-mixin.js';
export declare function ButtonsMixin>(
base: T,
): Constructor & Constructor & T;
export declare class ButtonsMixinClass {
protected readonly _buttons: HTMLElement[];
protected readonly _container: HTMLElement;
protected readonly _overflow: HTMLElement;
protected _hasOverflow: boolean;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy