UNPKG

@scoped-vaadin/select

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