UNPKG

react-klasha

Version:

This is an reactJS library for implementing klasha payment gateway

9 lines (7 loc) 121 B
import { Parser } from './'; declare const parser: { parsers: { graphql: Parser; }; }; export = parser;