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

package.src.vaadin-combo-box-light-mixin.d.ts Maven / Gradle / Ivy

There is a newer version: 24.6.0
Show newest version
/**
 * @license
 * Copyright (c) 2015 - 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 { ValidateMixinClass } from '@vaadin/field-base/src/validate-mixin.js';
import type { ComboBoxDataProviderMixinClass } from './vaadin-combo-box-data-provider-mixin.js';
import type { ComboBoxMixinClass } from './vaadin-combo-box-mixin.js';

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

export declare class ComboBoxLightMixinClass {
  /**
   * Name of the two-way data-bindable property representing the
   * value of the custom input field.
   * @attr {string} attr-for-value
   */
  attrForValue: string;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy