All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.src.vaadin-tab-mixin.d.ts Maven / Gradle / Ivy

The newest version!
/**
 * @license
 * Copyright (c) 2017 - 2024 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 { ActiveMixinClass } from '@vaadin/a11y-base/src/active-mixin.js';
import type { DisabledMixinClass } from '@vaadin/a11y-base/src/disabled-mixin.js';
import type { FocusMixinClass } from '@vaadin/a11y-base/src/focus-mixin.js';
import type { ItemMixinClass } from '@vaadin/item/src/vaadin-item-mixin.js';

export declare function TabMixin>(
  base: T,
): Constructor &
  Constructor &
  Constructor &
  Constructor &
  T;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy