UNPKG

@unifygtm/intent-react

Version:

Library for using the Unify Intent JS Client in a React app.

5 lines (3 loc) 221 B
export { UnifyIntentClientConfig, UnifyIntentClient } from '@unifygtm/intent-client'; export { default as UnifyIntentProvider } from './UnifyIntentProvider'; export { default as useUnifyIntent } from './useUnifyIntent';