UNPKG

@spectrum-web-components/picker

Version:

An `<sp-picker>` is an alternative to HTML's `<select>` element. Use [`<sp-menu-item>`](../menu-item) elements to outline the options that will be made available to the user when interacting with the `<sp-picker>` element.

9 lines (8 loc) 288 B
import { InteractionController, InteractionTypes } from './InteractionController.js'; export declare class MobileController extends InteractionController { type: InteractionTypes; handleClick(): void; handlePointerdown(): void; private handleFocusOut; init(): void; }