1.4.0 • Published 1 year ago

heala v1.4.0

Weekly downloads
-
License
-
Repository
-
Last release
1 year 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>;
};