@joshfarrant/shortcuts-js
Version:
An iOS 12 Shortcuts creator
19 lines • 557 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
/**
* @action Share with Extensions
* @section Content Types > Sharing > System
* @icon Apps
*
* Prompts to share the input using action extensions and sharing extensions provided by other apps.
*
* ```js
* shareWithExtensions();
* ```
*/
const shareWithExtensions = () => ({
WFWorkflowActionIdentifier: 'is.workflow.actions.runextension',
WFWorkflowActionParameters: {},
});
exports.default = shareWithExtensions;
//# sourceMappingURL=shareWithExtensions.js.map