1.4.0 • Published 2 years ago

heala v1.4.0

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

Heala Library

Install

npm install heala or yarn add heala

Example

import { Provider } from "heala";

const App = () => {
     const config = {
          providerId: "",
          apiKey: "",
     };

     return <Provider config={config}>....</Provider>;
};