UNPKG

@artsy/cohesion

Version:
20 lines (16 loc) 538 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.focusedOnSearchInput = void 0; var _Schema = require("../../Schema"); var focusedOnSearchInput = function focusedOnSearchInput(props) { return { action: _Schema.ActionType.focusedOnSearchInput, context_module: props.context_module, context_owner_id: props.context_owner_id, context_owner_slug: props.context_owner_slug, context_owner_type: props.context_owner_type }; }; exports.focusedOnSearchInput = focusedOnSearchInput;