1.1.3 • Published 4 years ago
@roszti/client v1.1.3
@roszti/client
Install
npm install --save @roszti/clientUsage
import * as React from "react"
import { useROszTIClient } from "@roszti/client"
const Example = () => {
const example = useROszTIClient()
return <div>{example}</div>
}License
MIT © vabarnabas
This hook is created using create-react-hook.