UNPKG

react-klasha

Version:

This is an reactJS library for implementing klasha payment gateway

3 lines (2 loc) 166 B
export type Callback = (directory: string, files: string[]) => string | false | void; export default function (directory: string, callback: Callback): string | void;