UNPKG

abowire

Version:

This is the official **Abowire Javascript SDK**, which makes it easy to connect to the Abowire **GraphQL API** and includes all the required dependencies you need.

7 lines (6 loc) 187 B
import type React from 'react'; import { SDK } from '../sdk/sdk'; export type AbowireReactProviderProps = { abowire: SDK; children: React.ReactNode | React.ReactNode[] | null; };