UNPKG

react-klasha

Version:

This is an reactJS library for implementing klasha payment gateway

12 lines (10 loc) 185 B
import { Parser } from './'; declare const parser: { parsers: { html: Parser; angular: Parser; vue: Parser; lwc: Parser; }; }; export = parser;