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.

3 lines (2 loc) 214 B
"use strict";import{DesktopController as o}from"./DesktopController.js";import{MobileController as r}from"./MobileController.js";export const strategies={desktop:o,mobile:r}; //# sourceMappingURL=strategies.js.map