@shopify/app-bridge-host
Version:
App Bridge Host contains components and middleware to be consumed by the app's host, as well as the host itself. The middleware and `Frame` component are responsible for facilitating communication between the client and host, and used to act on actions se
16 lines (13 loc) • 432 B
JavaScript
import { unstable_Picker } from '@shopify/app-bridge-core/actions';
/**
* @unstable This API may be updated without warning in the future
*/
var pickerActionCreatorsMap = {
cancel: unstable_Picker.cancel,
open: unstable_Picker.open,
select: unstable_Picker.select,
update: unstable_Picker.update,
search: unstable_Picker.search,
loadMore: unstable_Picker.loadMore,
};
export { pickerActionCreatorsMap };