UNPKG

@vaadin/select

Version:
12 lines (10 loc) 362 B
/** * @license * Copyright (c) 2023 - 2025 Vaadin Ltd. * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/ */ import { SlotController } from '@vaadin/component-base/src/slot-controller.js'; /** * A controller to manage the value button element. */ export class ButtonController extends SlotController {}