UNPKG

@dialpad/dialtone

Version:

Dialpad's Dialtone design system monorepo

4 lines (3 loc) 694 B
import { IVR_NODE_ASSIGN as e, IVR_NODE_BRANCH as t, IVR_NODE_CUSTOMER_DATA as n, IVR_NODE_EXPERT as r, IVR_NODE_GO_TO as i, IVR_NODE_HANGUP as a, IVR_NODE_ICON_TYPES as o, IVR_NODE_LABELS as s, IVR_NODE_PROMPT_COLLECT as c, IVR_NODE_PROMPT_MENU as l, IVR_NODE_PROMPT_PLAY as u, IVR_NODE_TRANSFER as d } from "./ivr-node-constants.js"; import f from "./ivr-node.js"; export { f as DtRecipeIvrNode, e as IVR_NODE_ASSIGN, t as IVR_NODE_BRANCH, n as IVR_NODE_CUSTOMER_DATA, r as IVR_NODE_EXPERT, i as IVR_NODE_GO_TO, a as IVR_NODE_HANGUP, o as IVR_NODE_ICON_TYPES, s as IVR_NODE_LABELS, c as IVR_NODE_PROMPT_COLLECT, l as IVR_NODE_PROMPT_MENU, u as IVR_NODE_PROMPT_PLAY, d as IVR_NODE_TRANSFER };