UNPKG

react-klasha

Version:

This is an reactJS library for implementing klasha payment gateway

7 lines (6 loc) 201 B
import { Formatter } from './Formatter'; /** * TODO: maybe we should not treat internal errors as issues */ declare function createInternalFormatter(): Formatter; export { createInternalFormatter };