UNPKG

@stackone/react-hub

Version:

Allow your users to quickly integrate with several services with StackOne. The `@stackone/react-hub` introduces an easy-to-use React hook for integrating with your web app.

8 lines 270 B
import { StartOptions } from './entities/StartOptions'; declare function useStackOneHub({ connectUrl }?: { connectUrl?: string; }): { startConnect: (options: StartOptions) => void; }; export { useStackOneHub }; //# sourceMappingURL=useStackOneHub.d.ts.map