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.

7 lines (6 loc) 232 B
import { DesktopController } from './DesktopController.js'; import { MobileController } from './MobileController.js'; export declare const strategies: { desktop: typeof DesktopController; mobile: typeof MobileController; };