UNPKG

@joshfarrant/shortcuts-js

Version:
15 lines (14 loc) 285 B
import WFWorkflowAction from '../interfaces/WF/WFWorkflowAction'; /** * @action Share * @section Content Types > Sharing > System * @icon Sharing * * Prompts to share the input. * * ```js * share(); * ``` */ declare const share: () => WFWorkflowAction; export default share;